Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#include "drivenengine.hpp"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include "wrap-string.hpp"
|
||||
#include "wrap-vector.hpp"
|
||||
#include "wrap-utility.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
#include "drivenengine.hpp"
|
||||
|
||||
static std::vector<std::pair<std::string, DrivenEngineMaker>> makers;
|
||||
|
||||
void DrivenEngine::register_maker(const char *kind, DrivenEngineMaker maker) {
|
||||
|
||||
Reference in New Issue
Block a user