Skip to content

Commit

Permalink
MSVC fix, include vector
Browse files Browse the repository at this point in the history
TextureBuilder Array mangles the filenames that are passed in if vector isn't included. Bizarre bug because it compiles just fine.
  • Loading branch information
fluffyfreak committed Nov 29, 2024
1 parent ffe9a44 commit 654b777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics/TextureBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "SDL_mutex.h"
#include "Texture.h"
#include <string>
#include <vector>

#include "PicoDDS/PicoDDS.h"

Expand Down

0 comments on commit 654b777

Please sign in to comment.