Patched for GCC 4.3

This commit is contained in:
Gergely Polonkai 2013-09-21 23:05:56 +02:00
parent a9f55d3076
commit 19138e32b4
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <iostream>
#include <sstream>
#include <string>
#include <typeinfo>
#include "exceptions.h"
#include "unicode.h"

View File

@ -1,5 +1,6 @@
#include <wchar.h>
#include <stdlib.h>
#include <string.h>
#ifdef WIN32
#include <windows.h>
#endif