summaryrefslogtreecommitdiff
path: root/libs/evoral/test
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-18 00:21:17 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-18 00:21:17 +0000
commit01217e64f8d784ae640b129669fd3a87e84844b3 (patch)
treedfb6d32c3772642b3131f54b814d0995750d8f80 /libs/evoral/test
parent5a4d340b42ae2485d4bde4421f84c6220b24cab4 (diff)
Patch from agorka to add some includes required for building with the GCC shipped with Ubuntu Karmic.
git-svn-id: svn://localhost/ardour2/branches/3.0@5098 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/test')
-rw-r--r--libs/evoral/test/SMFTest.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/evoral/test/SMFTest.hpp b/libs/evoral/test/SMFTest.hpp
index 08f51b2a51..cc5feb684c 100644
--- a/libs/evoral/test/SMFTest.hpp
+++ b/libs/evoral/test/SMFTest.hpp
@@ -17,6 +17,7 @@
*/
#include <cassert>
+#include <stdint.h>
#include <sigc++/sigc++.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>