You need StdString.h for RString

This commit is contained in:
Ben "root" Anderson
2013-10-25 15:42:19 -05:00
parent 95ba9dd658
commit 4c62a0e5b4
+1
View File
@@ -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"