Fix compilation

This commit is contained in:
Nicolas Le Cam 2008-12-14 23:06:37 +00:00
parent 06b8cc48e8
commit 883282ba16
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,8 @@
//---------------------------------------------------------------------------
#include "filelister.h"
#include <locale>
#include <fstream>
@ -34,7 +36,6 @@
#include <algorithm>
#include <stdlib.h> // <- strtoul
#include <stdio.h>
#include <filelister.h>
#ifdef __BORLANDC__
#include <ctype.h>