mirror of https://github.com/SeanOMik/libki.git
dml: Fix build errors due to missing includes
This commit is contained in:
parent
9cb5426d1e
commit
bba2aae43b
|
@ -1,4 +1,5 @@
|
|||
#include "ki/dml/Record.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace ki
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "ki/dml/Field.h"
|
||||
#include "ki/util/ValueBytes.h"
|
||||
#include <algorithm>
|
||||
#include <locale>
|
||||
#include <codecvt>
|
||||
|
||||
namespace ki
|
||||
|
|
Loading…
Reference in New Issue