summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-22 15:23:14 +0000
committerDavid Robillard <d@drobilla.net>2011-10-22 15:23:14 +0000
commit6fe17c9cd2561fb32e382a97701a5343451d8b7f (patch)
tree7b866a877c0a780065a07863110deaa0405a5fc0 /src/server/BufferFactory.hpp
parent1f7a9fc296605a2d58312a9133b1a4f90bdb3724 (diff)
downloadingen-6fe17c9cd2561fb32e382a97701a5343451d8b7f.tar.gz
ingen-6fe17c9cd2561fb32e382a97701a5343451d8b7f.tar.bz2
ingen-6fe17c9cd2561fb32e382a97701a5343451d8b7f.zip
Fix compilation on Mac OS X
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3591 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/BufferFactory.hpp')
-rw-r--r--src/server/BufferFactory.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp
index b19f67b4..1cd10c3c 100644
--- a/src/server/BufferFactory.hpp
+++ b/src/server/BufferFactory.hpp
@@ -21,6 +21,8 @@
#include <map>
#include <boost/intrusive_ptr.hpp>
+
+#undef nil
#include <glibmm/thread.h>
#include "raul/AtomicPtr.hpp"