Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -73,11 +73,14 @@
|
||||
#ifndef PLANEMAP_HPP
|
||||
#define PLANEMAP_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include "wrap-vector.hpp"
|
||||
#include "wrap-map.hpp"
|
||||
#include "wrap-string.hpp"
|
||||
|
||||
#include "util.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class PlaneMap;
|
||||
|
||||
class PlaneItem {
|
||||
|
||||
Reference in New Issue
Block a user