Skip to content

Commit

Permalink
[render] is #include <optional> needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
malomo committed Nov 20, 2024
1 parent 178d61d commit e15edca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vclib/render/include/vclib/render_bgfx/canvas.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <vclib/render/interfaces/event_manager_i.h>
#include <vclib/render_bgfx/text/text_view.h>

#include <optional>

namespace vcl {

/**
Expand Down

0 comments on commit e15edca

Please sign in to comment.