|
From: rainbyte <rai...@us...> - 2012-07-08 08:23:51
|
Author: Alvaro Fernando García <alv...@gm...> Date: Fri Jul 6 18:56:52 2012 -0300 Fixed glib.h compilation error. --- game/unicode.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/game/unicode.cc b/game/unicode.cc index 0afd382..959b400 100644 --- a/game/unicode.cc +++ b/game/unicode.cc @@ -3,7 +3,7 @@ #include <boost/scoped_ptr.hpp> #include <glibmm/ustring.h> -#include <glib/gconvert.h> +#include <glib.h> #include <sstream> #include <stdexcept> |