Attempt to fix Windows build.
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 10:17:18 +0000 (11:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 14:36:13 +0000 (15:36 +0100)
src/lib/audio_buffers.h

index bcf5d5928ee1330758573cf4d8a7417f46d76e56..97646790f34b8b3ff8f161833a30c7a5e6b9b2b2 100644 (file)
@@ -25,6 +25,7 @@
 #define DCPOMATIC_AUDIO_BUFFERS_H
 
 #include <boost/shared_ptr.hpp>
+#include <stdint.h>
 
 /** @class AudioBuffers
  *  @brief A class to hold multi-channel audio data in float format.