Fix compilation
This commit is contained in:
parent
06b8cc48e8
commit
883282ba16
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue