Skip to content
Snippets Groups Projects
Commit e7fd5085 authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

BUG: missing include file

parent e88bdc8a
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,9 @@ ...@@ -27,8 +27,9 @@
// POSIX platforms. // POSIX platforms.
#include "kml/base/file.h" #include "kml/base/file.h"
#include <stdlib.h> #include <unistd.h>
#include <string.h> #include <cstdlib>
#include <cstring>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment