Skip to content

Commit

Permalink
Fix compile error: added missed headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipochto committed Dec 9, 2024
1 parent 7000567 commit 77a3072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/cursor.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
#include "vec2i.h"

#include <SDL.h>
#include <string>
#include <vector>

/*----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions src/include/vec2i.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#ifndef VEC2I_H
#define VEC2I_H

#include <cstdint>
#include <tuple>

//@{
Expand Down

0 comments on commit 77a3072

Please sign in to comment.