Mercurial > hg > svcore
diff data/model/RangeSummarisableTimeValueModel.h @ 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 | 9c7ebf2cd956 |
children | f3c98e89cf75 |
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