Skip to content

Commit

Permalink
TextureUtilities.cpp: added missing std headers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed May 17, 2023
1 parent 3cfb1e7 commit 790db4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TextureLoader/src/TextureUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
*/

#include "TextureUtilities.h"

#include <algorithm>
#include <vector>
#include <limits>

#include "TextureLoader.h"
#include "RefCntAutoPtr.hpp"

Expand Down

0 comments on commit 790db4b

Please sign in to comment.