Skip to content

Commit

Permalink
Fix missing header in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed May 5, 2024
1 parent cfff2d4 commit 179d37d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scene/scenemenu.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "scenemenu.hpp"

#include <sstream>

scene_menu::scene_menu(const ce::assets &assets)
: ce::scene(assets),
#ifndef NDEBUG
Expand Down

0 comments on commit 179d37d

Please sign in to comment.