Skip to content

Commit

Permalink
Fix build error due to missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Oct 18, 2024
1 parent e5d321d commit d4daa9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/clientlauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "clientlauncher.h"
#include "version.h"
#include "renderingengine.h"
#include "settings.h"
#include "util/tracy_wrapper.h"
#include <IGUISpriteBank.h>
#include <ICameraSceneNode.h>
Expand Down

0 comments on commit d4daa9f

Please sign in to comment.