diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:00:17 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:00:17 +0200 |
commit | fd0853d2623dd278b08288331ed42e3be59252fb (patch) | |
tree | a7645daeaef8bdbed064faf4eb88e72cee58726c /library/iconBuffer.h | |
parent | 2.1 (diff) | |
download | FreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.tar.gz FreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.tar.bz2 FreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.zip |
2.2
Diffstat (limited to 'library/iconBuffer.h')
-rw-r--r-- | library/iconBuffer.h | 4 |
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; |