Fix Linux compiler error.

This commit is contained in:
Jonathan Naylor 2016-11-03 22:11:52 +00:00
parent b69336dca1
commit 496078928c

View file

@ -23,6 +23,7 @@
#include <cstdio>
#include <cassert>
#include <cstring>
const unsigned char UMP_FRAME_START = 0xF0U;