Fix missing include for std::hash

This commit is contained in:
baldurk
2024-11-08 13:57:12 +00:00
parent 634e74793a
commit 94b01feb22
+2
View File
@@ -1138,6 +1138,8 @@ public:
// add a std::hash overload so rdcstr can be used in hashmaps
#ifdef RENDERDOC_EXPORTS
#include <functional>
// from string_utils.h
uint32_t strhash(const char *str);