2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 14:21:49 +00:00

Fix linux compilation

This commit is contained in:
Jan
2023-06-18 11:44:40 +02:00
parent ca5bc79661
commit 34cdd46b42
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <iterator>
#include <limits>
#include <vector>
#include "Utils/ClassUtils.h"