diff options
Diffstat (limited to 'src/star-context.cpp')
| -rw-r--r-- | src/star-context.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp index 73e230deb..cee03b4b1 100644 --- a/src/star-context.cpp +++ b/src/star-context.cpp @@ -14,7 +14,12 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include <cstring> +#include <string> #include <gdk/gdkkeysyms.h> |
