diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-11 15:42:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-11 15:42:04 +0100 |
| commit | 3f40eb5821858264f2c2fbf3eba86f743f9ab8ed (patch) | |
| tree | 517582aa20a42102d5b0935183666d30ee9bf77e | |
| parent | e5cd8c4b76c80f33c6e6733452cef43a06f7c701 (diff) | |
Missing include.
| -rw-r--r-- | src/raw_convert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h index b2b206b3..80fb424c 100644 --- a/src/raw_convert.h +++ b/src/raw_convert.h @@ -36,6 +36,7 @@ #include <boost/static_assert.hpp> #include <iomanip> +#include <stdint.h> namespace dcp { |
