1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00

Added missing standard C++ header

This commit is contained in:
Chuck Walbourn 2021-10-28 12:32:41 -07:00
parent fbe1eb5c6f
commit 7bc84d52c4

View File

@ -25,6 +25,7 @@
#include <cstdint>
#include <memory>
#include <new>
#include <tuple>
#include "DirectXTex.h"