Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef DEBUGCOLLECTOR_HPP
|
||||
#define DEBUGCOLLECTOR_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
#include <sstream>
|
||||
#include "wrap-vector.hpp"
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-memory.hpp"
|
||||
#include "wrap-ostream.hpp"
|
||||
#include "wrap-sstream.hpp"
|
||||
|
||||
class DebugCollector {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user