mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Fix missing include for std::hash
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user