summaryrefslogtreecommitdiff
path: root/library/iconBuffer.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:00:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:00:17 +0200
commitfd0853d2623dd278b08288331ed42e3be59252fb (patch)
treea7645daeaef8bdbed064faf4eb88e72cee58726c /library/iconBuffer.h
parent2.1 (diff)
downloadFreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.tar.gz
FreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.tar.bz2
FreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.zip
2.2
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