summaryrefslogtreecommitdiff
path: root/src/fqterm/fqterm_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fqterm/fqterm_frame.cpp')
-rw-r--r--src/fqterm/fqterm_frame.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fqterm/fqterm_frame.cpp b/src/fqterm/fqterm_frame.cpp
index 916ecb6..8bca0e4 100644
--- a/src/fqterm/fqterm_frame.cpp
+++ b/src/fqterm/fqterm_frame.cpp
@@ -67,7 +67,13 @@
#include "fqterm_tool_button.h"
#include "fqterm_window.h"
#include "fqterm_wndmgr.h"
+
+#ifdef IMAGE_USE_PICFLOW
#include "imageviewer.h"
+#else
+#include "imageviewer_origin.h"
+#endif
+
#include "quickdialog.h"
#include "statusBar.h"
#include "sitemanager.h"