diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-15 13:47:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-15 13:47:14 +0100 |
| commit | 809e35fcb53c26c8d200df805d2c57c2ac6668ef (patch) | |
| tree | 369f0ac2e6929c8fbc4c856c9b077800436ad779 /src/raw_convert.h | |
| parent | ce66af3d9056d2b8de6d5b2f8ce0caa100a66dec (diff) | |
Hack.
Diffstat (limited to 'src/raw_convert.h')
| -rw-r--r-- | src/raw_convert.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h index ecae19d5..8690d524 100644 --- a/src/raw_convert.h +++ b/src/raw_convert.h @@ -77,6 +77,12 @@ template <> std::string raw_convert (uint64_t v, int, bool); +#ifdef LIBDCP_OSX +template <> +std::string +raw_convert (unsigned long int v, int, bool); +#endif + template <> std::string raw_convert (float v, int, bool); |
