Skip to content
Snippets Groups Projects
Commit c7e2990a authored by Francois Keith's avatar Francois Keith
Browse files

Win32: Correct the #include for gettimeofday

parent 219723c7
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* Joint Japanese-French Robotics Laboratory (JRL) * Joint Japanese-French Robotics Laboratory (JRL)
*/ */
#ifdef WIN32 #ifdef WIN32
# include <TimeUtilsWindows.h> # include "gettimeofday.hh"
# include <Windows.h> # include <Windows.h>
# if defined(_MSC_VER) || defined(_MSC_EXTENSIONS) # if defined(_MSC_VER) || defined(_MSC_EXTENSIONS)
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifdef WIN32 #ifdef WIN32
#include <Windows.h> #include <Windows.h>
#include "TimeUtilsWindows.h" #include "portability/gettimeofday.hh"
#endif /*WIN32*/ #endif /*WIN32*/
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#ifdef WIN32 #ifdef WIN32
#include <Windows.h> #include <Windows.h>
#include "TimeUtilsWindows.h" #include "portability/gettimeofday.hh"
#endif /*WIN32*/ #endif /*WIN32*/
#include <time.h> #include <time.h>
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#ifdef WIN32 #ifdef WIN32
#include <Windows.h> #include <Windows.h>
#include "TimeUtilsWindows.h" #include "portability/gettimeofday.hh"
#endif /*WIN32*/ #endif /*WIN32*/
#include <ostream> #include <ostream>
......
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