byte_stream: add missing include for memcpy

This commit is contained in:
sephiroth99 2015-12-30 11:02:26 -05:00
parent fa953fe758
commit a743c12e72
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
#include "xenia/base/byte_stream.h"
#include <cstring>
#include "xenia/base/assert.h"
namespace xe {