Kaydet (Commit) 444dc225 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Include gio headers only when gio is enabled

Change-Id: I04058cd7bc96b1380d0ac85b6090073810996210
üst f1035c16
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
#define GTKSALMENU_HXX #define GTKSALMENU_HXX
#include <vector> #include <vector>
#ifdef ENABLE_GIO
#include <gio/gio.h> #include <gio/gio.h>
#endif
#include <unx/salmenu.h> #include <unx/salmenu.h>
#include <unx/gtk/gtkframe.hxx> #include <unx/gtk/gtkframe.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment