Fixed a headers issue introduced by a proc merge
This commit is contained in:
parent
51f05ebb3e
commit
e5665f3820
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue