changeset 769:8c5b0eec6fe9 qt5

Include for int16_t
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 15:17:53 +0000
parents 81fac6dadb75
children d97b4c23dd75
files data/model/RangeSummarisableTimeValueModel.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/data/model/RangeSummarisableTimeValueModel.h	Mon Mar 25 12:19:10 2013 +0000
+++ b/data/model/RangeSummarisableTimeValueModel.h	Mon Mar 25 15:17:53 2013 +0000
@@ -21,6 +21,8 @@
 #include "DenseTimeValueModel.h"
 #include "base/ZoomConstraint.h"
 
+#include <stdint.h>
+
 /**
  * Base class for models containing dense two-dimensional data (value
  * against time) that may be meaningfully represented in a zoomed view