diff --git a/src/archutils/Common/PthreadHelpers.cpp b/src/archutils/Common/PthreadHelpers.cpp index 49c35cdc55..b5a4ea0e70 100644 --- a/src/archutils/Common/PthreadHelpers.cpp +++ b/src/archutils/Common/PthreadHelpers.cpp @@ -4,6 +4,7 @@ #include "global.h" #include "RageUtil.h" #include "RageThreads.h" +#include "StdString.h" #include "archutils/Unix/Backtrace.h" // HACK: This should be platform-agnosticized #if defined(UNIX) #include "archutils/Unix/RunningUnderValgrind.h"