Skip to content

Commit

Permalink
Add missing include in launcher since JSON change
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Dec 28, 2024
1 parent 2140c30 commit 3d76054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/launcher/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <vector>
#include <string>
#include <fstream>
#include <sstream>
#include <SDL.h>
#include <SDL_opengl.h>
#include <SDL_image.h>
Expand Down

0 comments on commit 3d76054

Please sign in to comment.