Fixed a headers issue introduced by a proc merge

This commit is contained in:
Joel Holdsworth 2009-01-24 21:36:50 +00:00
parent 51f05ebb3e
commit e5665f3820

View file

@ -28,6 +28,7 @@
#ifndef GTK_LUMIERA_HPP #ifndef GTK_LUMIERA_HPP
#define GTK_LUMIERA_HPP #define GTK_LUMIERA_HPP
#include <locale>
#include <gtkmm.h> #include <gtkmm.h>
#include <nobug.h> // need to include this after gtkmm.h, because types.h from GTK tries to shaddow the ERROR macro from windows, which kills NoBug's ERROR macro #include <nobug.h> // need to include this after gtkmm.h, because types.h from GTK tries to shaddow the ERROR macro from windows, which kills NoBug's ERROR macro
#include <vector> #include <vector>