Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -212,13 +212,15 @@
|
||||
#ifndef STREAMBUFFER_HPP
|
||||
#define STREAMBUFFER_HPP
|
||||
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-sstream.hpp"
|
||||
#include "wrap-utility.hpp"
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <cassert>
|
||||
#include <utility>
|
||||
|
||||
class StreamException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user