mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-11 16:06:53 +00:00
fix compilation errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#include "AssetDumperTechniqueSet.h"
|
#include "AssetDumperTechniqueSet.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#include "D3D9ShaderAnalyser.h"
|
#include "D3D9ShaderAnalyser.h"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "Utils/FileUtils.h"
|
#include "Utils/FileUtils.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user