Remaining changes needed for building libpdb on Windows (except for adding the extra...
[ardour.git] / libs / pbd / pbd / undo.h
index 11ff2bf321b806106001ce8a9f27d768b890c86a..e9582a1b53dd40cdc9308bbf7097fa7c2e0f69da 100644 (file)
 #include <map>
 #include <sigc++/slot.h>
 #include <sigc++/bind.h>
+#ifndef  COMPILER_MSVC
 #include <sys/time.h>
+#else
+#include <ardourext/misc.h>
+#endif
 
 #include "pbd/command.h"