diff options
Diffstat (limited to 'src/filecache.cpp')
-rw-r--r-- | src/filecache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filecache.cpp b/src/filecache.cpp index f1694d8d5..3d1b302a8 100644 --- a/src/filecache.cpp +++ b/src/filecache.cpp @@ -26,7 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <string> #include <iostream> #include <fstream> -#include <stdlib.h> +#include <cstdlib> bool FileCache::loadByPath(const std::string &path, std::ostream &os) { |