update to include needed stdint.h on slightly older gcc
authorJesse Chappell <jesse@essej.net>
Mon, 19 Feb 2007 19:40:56 +0000 (19:40 +0000)
committerJesse Chappell <jesse@essej.net>
Mon, 19 Feb 2007 19:40:56 +0000 (19:40 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1475 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/surfaces/mackie/surface.h

index 8bff3c45388714a2b829cdfb8701147b17413dc6..0ccde75537ffdd37600080cbf70fea2ad8706221 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "controls.h"
 #include "types.h"
+#include <stdint.h>
 
 namespace Mackie
 {