summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/Parameter.hpp
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-07-21 03:23:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-07-21 03:23:57 +0000
commit20342cf2644fee7b04d6cfdc4fc686897837a01b (patch)
treecde2cbeb36402a003148c21aa92c1b27c5a418b5 /libs/evoral/evoral/Parameter.hpp
parent769e2c3feb2ce30056bfb8ec6eb7ec6a1d4324c6 (diff)
first part of fixing up send/return metering ; make send-controlling faders work ; fixes from 2.X for key editor and untranslatable string; use standard name for surfaces lib version in wiimote wscript
git-svn-id: svn://localhost/ardour2/branches/3.0@5400 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/evoral/Parameter.hpp')
-rw-r--r--libs/evoral/evoral/Parameter.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/evoral/evoral/Parameter.hpp b/libs/evoral/evoral/Parameter.hpp
index 0f6d5afc4b..48701c876f 100644
--- a/libs/evoral/evoral/Parameter.hpp
+++ b/libs/evoral/evoral/Parameter.hpp
@@ -1,3 +1,4 @@
+
/* This file is part of Evoral.
* Copyright (C) 2008 Dave Robillard <http://drobilla.net>
* Copyright (C) 2000-2008 Paul Davis
@@ -21,6 +22,7 @@
#include <string>
#include <map>
+#include <stdint.h>
#include <boost/shared_ptr.hpp>
#include <boost/format.hpp>
#include <iostream>