summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-26 15:35:36 +0100
committerRobin Gareus <robin@gareus.org>2019-03-26 15:35:36 +0100
commit854de91fb0a144cb4d4b500dd092a90e485d0894 (patch)
tree8470857c27dfee3043e30194495f7fd3aad08573 /libs/pbd/pbd
parent60262275af54085fa290210a75ff6da7b5a04fbc (diff)
Fix mingw compile (declare int64_t and int32_t)
Diffstat (limited to 'libs/pbd/pbd')
-rw-r--r--libs/pbd/pbd/playback_buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/playback_buffer.h b/libs/pbd/pbd/playback_buffer.h
index e5a6857b1f..d41adea2e2 100644
--- a/libs/pbd/pbd/playback_buffer.h
+++ b/libs/pbd/pbd/playback_buffer.h
@@ -21,6 +21,7 @@
#define playback_buffer_h
#include <cstring>
+#include <stdint.h>
#include <glibmm.h>
#include "pbd/libpbd_visibility.h"