Skip to content

Commit

Permalink
Fix build error when JSON support is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Feb 17, 2025
1 parent a29dfed commit 6004eee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions OgreMain/src/OgreHlmsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ THE SOFTWARE.
#include "OgreHlmsCompute.h"
#include "OgreLogManager.h"
#include "OgreRenderSystem.h"
#include "OgreResourceGroupManager.h"
#include "OgreTextureFilters.h"
#include "OgreTextureGpu.h"
#include "OgreTextureGpuManager.h"
#if !OGRE_NO_JSON
# include "OgreResourceGroupManager.h"
#endif

#include <fstream>

Expand Down

0 comments on commit 6004eee

Please sign in to comment.