Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -45,12 +45,14 @@
|
||||
#ifndef ANIMQUEUE_HPP
|
||||
#define ANIMQUEUE_HPP
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <deque>
|
||||
#include "wrap-set.hpp"
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-deque.hpp"
|
||||
#include "wrap-ostream.hpp"
|
||||
#include "wrap-unordered-map.hpp"
|
||||
|
||||
#include <cassert>
|
||||
#include <ostream>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "streambuffer.hpp"
|
||||
#include "debugcollector.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
Reference in New Issue
Block a user