Skip to content

Commit

Permalink
Fixed incorrect include
Browse files Browse the repository at this point in the history
  • Loading branch information
fLindahl committed Nov 11, 2024
1 parent 606e4ff commit 80a8734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/assetbatcher/assetbatcherapp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "flat/physics/material.h"
#include "jobs2/jobs2.h"
#include "system/nebulasettings.h"
#include "toolkit/toolkit-common/text.h"
#include "toolkit-common/text.h"

#ifdef WIN32
#include "io/win32/win32consolehandler.h"
Expand Down

0 comments on commit 80a8734

Please sign in to comment.