summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_plugin.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-08-04 17:01:37 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-08-04 17:01:37 +0100
commitd176cbc80476cdc8ca082631efc171ea39116d63 (patch)
tree16645ddb055c746ab92b8b1d2639ba8fcf5c433b /libs/ardour/ladspa_plugin.cc
parent490311bc081b12d328e6e02cac8170538e96fb2f (diff)
'libs/ardour' - Compiler specific includes and includes
Diffstat (limited to 'libs/ardour/ladspa_plugin.cc')
-rw-r--r--libs/ardour/ladspa_plugin.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc
index c78d8a28dd..78e16f9941 100644
--- a/libs/ardour/ladspa_plugin.cc
+++ b/libs/ardour/ladspa_plugin.cc
@@ -29,7 +29,9 @@
#include <cstdlib>
#include <cstdio> // so libraptor doesn't complain
#include <cmath>
+#ifndef COMPILER_MSVC
#include <dirent.h>
+#endif
#include <sys/stat.h>
#include <cerrno>