dml: Fix build errors due to missing includes

This commit is contained in:
Joshua Scott 2018-03-31 23:02:00 +01:00
parent 9cb5426d1e
commit bba2aae43b
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "ki/dml/Record.h"
#include <algorithm>
namespace ki
{

View File

@ -1,6 +1,7 @@
#include "ki/dml/Field.h"
#include "ki/util/ValueBytes.h"
#include <algorithm>
#include <locale>
#include <codecvt>
namespace ki