This commit is contained in:
Mahmood(Thunder07) 2018-04-30 21:20:26 +01:00
parent acf75535ec
commit b1e7b6d919
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include "Types.h"
#include <cassert>
#include <exception>
template <typename StructType>
class COsStructManager

View File

@ -1,5 +1,6 @@
#pragma once
#include <boost/filesystem.hpp>
#include <string>
#include <memory>