2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Fix linux build

This commit is contained in:
2017-07-15 07:13:36 -07:00
parent e23a61876e
commit 70951275db
3 changed files with 6 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
#define __RSTL_HPP__
#include <vector>
#include <algorithm>
#include <stdlib.h>
#include "optional.hpp"