add missing header for Win compilation
parent
eb77c83236
commit
6bdec72cb6
|
@ -2,6 +2,8 @@
|
||||||
#define HUMANUS_MEMORY_BASE_H
|
#define HUMANUS_MEMORY_BASE_H
|
||||||
|
|
||||||
#include "schema.h"
|
#include "schema.h"
|
||||||
|
#include <deque>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace humanus {
|
namespace humanus {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue