Commit dd5eb7ae authored by Olivier Bertrand's avatar Olivier Bertrand

- Add #include <stdint> needed by GCC to declare uintptr_t

modified:
  storage/connect/array.cpp
  storage/connect/filamap.cpp
parent e4ff01e4
......@@ -25,6 +25,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdint.h> // for uintprt_h
#endif // !WIN32
/***********************************************************************/
......
......@@ -30,6 +30,7 @@
#include <io.h>
#endif // !UNIX
#include <fcntl.h>
#include <stdint.h> // for uintprt_h
#endif // !WIN32
/***********************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment