Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -77,14 +77,15 @@
|
||||
#ifndef PRINTBUFFER_HPP
|
||||
#define PRINTBUFFER_HPP
|
||||
|
||||
#include "wrap-deque.hpp"
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-memory.hpp"
|
||||
#include "wrap-ostream.hpp"
|
||||
|
||||
#include "streambuffer.hpp"
|
||||
#include "util.hpp"
|
||||
#include "invocation.hpp"
|
||||
#include "debugcollector.hpp"
|
||||
#include <deque>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
|
||||
struct PrintBufferCore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user