reinserted missing headers for compilation on windows
(did expect more than these two :P)
This commit is contained in:
parent
bc1d9b2e6b
commit
c571778a4d
1 changed files with 2 additions and 1 deletions
|
@ -77,13 +77,14 @@
|
|||
//#include "wesconfig.h"
|
||||
|
||||
#include <cerrno>
|
||||
//#include <clocale>
|
||||
#include <clocale>
|
||||
//#include <cmath>
|
||||
//#include <cstdlib>
|
||||
//#include <ctime>
|
||||
#include <fstream>
|
||||
//#include <iostream>
|
||||
//#include <iterator>
|
||||
#include <libintl.h>
|
||||
//#include <sstream>
|
||||
//#include <string>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue