summaryrefslogtreecommitdiff
path: root/library/iconBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/iconBuffer.h')
-rw-r--r--library/iconBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/iconBuffer.h b/library/iconBuffer.h
index ba905d22..f62a2772 100644
--- a/library/iconBuffer.h
+++ b/library/iconBuffer.h
@@ -2,11 +2,11 @@
#define ICONBUFFER_H_INCLUDED
#ifndef FFS_WIN
-#warning //this header should be used in the windows build only!
+header should be used in the windows build only!
#endif
#include <vector>
-#include "zstring.h"
+#include "../shared/zstring.h"
#include <memory>
class wxCriticalSection;
bgstack15