diff --git a/renderdoc/api/replay/rdcstr.h b/renderdoc/api/replay/rdcstr.h index 05fef986d..be3feaaf4 100644 --- a/renderdoc/api/replay/rdcstr.h +++ b/renderdoc/api/replay/rdcstr.h @@ -1138,6 +1138,8 @@ public: // add a std::hash overload so rdcstr can be used in hashmaps #ifdef RENDERDOC_EXPORTS +#include + // from string_utils.h uint32_t strhash(const char *str);