diff options
Diffstat (limited to 'engines/wintermute/utils.h')
-rw-r--r-- | engines/wintermute/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/utils.h b/engines/wintermute/utils.h index fa83a51ad4..46e895ff4d 100644 --- a/engines/wintermute/utils.h +++ b/engines/wintermute/utils.h @@ -29,7 +29,7 @@ #ifndef WINTERMUTE_UTILS_H
#define WINTERMUTE_UTILS_H
-#include "wintypes.h"
+#include "engines/wintermute/wintypes.h"
namespace WinterMute {
|