Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Aug 23, 2024
1 parent 6b8c59e commit fd66d3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <system_error> // error_code, error_category
#include <utility> // to_underlying

#include "tactile/base/int.hpp"
#include "tactile/base/prelude.hpp"
#include "tactile/opengl_renderer/api.hpp"

Expand Down

0 comments on commit fd66d3f

Please sign in to comment.