Wrap all STL includes to support drv:: and eng::
This commit is contained in:
13
luprex/core/wrap/wrap-algorithm.hpp
Normal file
13
luprex/core/wrap/wrap-algorithm.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef WRAP_ALGORITHM_HPP
|
||||
#define WRAP_ALGORITHM_HPP
|
||||
|
||||
#include "two-mallocs.hpp"
|
||||
#include <algorithm>
|
||||
|
||||
namespace eng {
|
||||
} // namespace eng
|
||||
|
||||
namespace drv {
|
||||
} // namespace drv
|
||||
|
||||
#endif // WRAP_ALGORITHM_HPP
|
||||
Reference in New Issue
Block a user