summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2006-04-25 20:41:43 +0000
committerJesse Chappell <jesse@essej.net>2006-04-25 20:41:43 +0000
commit7704591a4d02179a04fc4c7a2702e0a21f1a7ee1 (patch)
tree9b523e0da63ad24c8ad11371b741dc464a90ecc4 /libs
parent5f21dc5a475e0ebe499aea4ed91918afc4340bee (diff)
added stdint for compilation
git-svn-id: svn://localhost/trunk/ardour2@478 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd3/convert.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd3/convert.cc b/libs/pbd3/convert.cc
index 6b24f69c40..0b3d3e1db9 100644
--- a/libs/pbd3/convert.cc
+++ b/libs/pbd3/convert.cc
@@ -18,6 +18,7 @@
*/
#include <cmath>
+#include <stdint.h>
#include "pbd/convert.h"