do not allow smf_source's reads to stomp on cached read_end position in parent class...
[ardour.git] / libs / evoral / evoral / Parameter.hpp
index 0f6d5afc4bc4b17779a6c5b88ea06f9e67deef14..48701c876fbd65534cb217a3ab8e9c34d4168fdd 100644 (file)
@@ -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>