add missing header for Win compilation

main
hkr04 2025-03-29 15:53:07 +08:00
parent eb77c83236
commit 6bdec72cb6
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#define HUMANUS_MEMORY_BASE_H
#include "schema.h"
#include <deque>
#include <vector>
namespace humanus {