mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-26 06:35:51 +00:00
Missing include on linux
This commit is contained in:
parent
ea780f2ac9
commit
c06e66d3b7
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#ifndef BBGE_MT_H
|
#ifndef BBGE_MT_H
|
||||||
#define BBGE_MT_H
|
#define BBGE_MT_H
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue