Add missing include for Linux.

This commit is contained in:
Jonathan Naylor 2016-04-20 09:14:28 +01:00
parent 7e560c7e3b
commit 7207bb6f91

View file

@ -25,7 +25,7 @@
#include <cstdio>
#include <cassert>
#include <cstring>
const unsigned char BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};