Added include <stdexcept>

This commit is contained in:
MihailRis 2023-11-23 12:37:50 +03:00
parent 10c0963453
commit e6c9a38f0c

View File

@ -1,5 +1,6 @@
#include "Atlas.h"
#include <stdexcept>
#include "../maths/LMPacker.h"
#include "Texture.h"
#include "ImageData.h"