diff options
Diffstat (limited to 'engines/wintermute/StringUtil.h')
-rw-r--r-- | engines/wintermute/StringUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/StringUtil.h b/engines/wintermute/StringUtil.h index 5d3f1c668c..a4727fabbe 100644 --- a/engines/wintermute/StringUtil.h +++ b/engines/wintermute/StringUtil.h @@ -29,7 +29,7 @@ #ifndef WINTERMUTE_STRINGUTIL_H
#define WINTERMUTE_STRINGUTIL_H
-#include "PlatformSDL.h"
+#include "engines/wintermute/PlatformSDL.h"
namespace WinterMute {
|