diff options
| author | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-03-29 08:27:03 +0000 |
|---|---|---|
| committer | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-03-29 08:27:03 +0000 |
| commit | a1fe5809a4760ed2aa64951c596156f48fca393e (patch) | |
| tree | 68066e08142f30f5e9ad07e24f40d60f779b6bf3 /OPJViewer/source/OPJViewer.h | |
| parent | 5a3c1ffe7d5b4269d073fa826cba94591c0c3ed5 (diff) | |
Some coding style adaptations for compiling the OPJViewer GUI under Linux. It compiles, but does not yet display images.
Diffstat (limited to 'OPJViewer/source/OPJViewer.h')
| -rw-r--r-- | OPJViewer/source/OPJViewer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OPJViewer/source/OPJViewer.h b/OPJViewer/source/OPJViewer.h index ac64e393..2dde2f73 100644 --- a/OPJViewer/source/OPJViewer.h +++ b/OPJViewer/source/OPJViewer.h @@ -96,8 +96,9 @@ #include "wx/statline.h"
#include <wx/fs_mem.h>
+#include <wx/imaglist.h>
-#include "libopenjpeg\openjpeg.h"
+#include "libopenjpeg/openjpeg.h"
#include "imagj2k.h"
#include "imagjp2.h"
|
