diff options
Diffstat (limited to 'src/main.hh')
| -rw-r--r-- | src/main.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.hh b/src/main.hh index ad4f3ca..0b0993c 100644 --- a/src/main.hh +++ b/src/main.hh @@ -10,6 +10,8 @@ #include <stdlib.h> #include <string.h> +#include <algorithm> + typedef uint8_t uint8; typedef uint16_t uint16; typedef uint32_t uint32; |
