Skip to content

Commit

Permalink
add missing <string.h>; fixes #688
Browse files Browse the repository at this point in the history
  • Loading branch information
egberts authored and Jarod42 committed Jun 4, 2024
1 parent 761550b commit 9a24853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/cursor.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
-- Includes
----------------------------------------------------------------------------*/

#include <string>

#include "sdl2_helper.h"
#include "vec2i.h"

Expand Down

0 comments on commit 9a24853

Please sign in to comment.