From 4c62a0e5b4a42c8c50e507716d2e8af45bc43386 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 15:42:19 -0500 Subject: [PATCH] You need StdString.h for RString --- src/archutils/Common/PthreadHelpers.cpp | 1 + 1 file changed, 1 insertion(+) 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"