summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/undo.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-07-16 18:00:49 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-07-16 18:00:49 +0100
commit7b480eaa27d73e2e5c21c6ac785a1aa2fb3aa51a (patch)
tree997d0988cda21ea79ee9675f31b6b79e99335d46 /libs/pbd/pbd/undo.h
parente4ab2ffbfbe12cea63e1046b37184ddf32d9ba47 (diff)
Windows (compiler specific) includes for libpbd
Diffstat (limited to 'libs/pbd/pbd/undo.h')
-rw-r--r--libs/pbd/pbd/undo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/pbd/pbd/undo.h b/libs/pbd/pbd/undo.h
index 11ff2bf321..e9582a1b53 100644
--- a/libs/pbd/pbd/undo.h
+++ b/libs/pbd/pbd/undo.h
@@ -25,7 +25,11 @@
#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"