diff options
Diffstat (limited to 'gfx/ots/include/opentype-sanitiser.h')
-rw-r--r-- | gfx/ots/include/opentype-sanitiser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gfx/ots/include/opentype-sanitiser.h b/gfx/ots/include/opentype-sanitiser.h index 482fb3447..87d0f3d28 100644 --- a/gfx/ots/include/opentype-sanitiser.h +++ b/gfx/ots/include/opentype-sanitiser.h @@ -44,6 +44,8 @@ typedef unsigned __int64 uint64_t; #include <stdint.h> #endif +#include <sys/types.h> + #include <algorithm> #include <cassert> #include <cstddef> @@ -179,7 +181,7 @@ enum TableAction { TABLE_ACTION_DROP // Drop the table }; -class OTSContext { +class OTS_API OTSContext { public: OTSContext() {} virtual ~OTSContext() {} |