diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-07-15 03:19:46 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-07-15 03:19:46 +0200 |
| commit | 48ca891887e8260be43ae641b35c4129fd4d2093 (patch) | |
| tree | 6d2215646d8378f2ac07b51098abe9351859141b /src/common.h | |
| parent | Fix warnings (diff) | |
| download | blind-48ca891887e8260be43ae641b35c4129fd4d2093.tar.gz blind-48ca891887e8260be43ae641b35c4129fd4d2093.tar.bz2 blind-48ca891887e8260be43ae641b35c4129fd4d2093.tar.xz | |
Generate USING_BINARY{32,64}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index db2c66e..a32f1a3 100644 --- a/src/common.h +++ b/src/common.h @@ -17,6 +17,7 @@ # pragma GCC diagnostic ignored "-Wfloat-conversion" #endif +#include "../platform.h" #include "stream.h" #include "util.h" #include "video-math.h" |
