Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -65,13 +65,17 @@
|
||||
#ifndef IDALLOC_HPP
|
||||
#define IDALLOC_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
#include "wrap-map.hpp"
|
||||
#include "wrap-sstream.hpp"
|
||||
#include "wrap-ostream.hpp"
|
||||
#include "wrap-deque.hpp"
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include "streambuffer.hpp"
|
||||
#include "debugcollector.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class IdGlobalPool {
|
||||
public:
|
||||
// Construct and destroy global pools. Note that after constructing
|
||||
|
||||
Reference in New Issue
Block a user