From 4e141e64524478291235a24865a4a7f818803846 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 6 Sep 2021 19:37:09 -0500 Subject: [PATCH] Fix structs.hpp missing 3ds/types.h include --- structs.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.hpp b/structs.hpp index 2ff5d87..86ec463 100644 --- a/structs.hpp +++ b/structs.hpp @@ -28,6 +28,7 @@ #define _UNIVERSAL_CORE_STRUCTS_HPP #include +#include <3ds/types.h> #include <3ds/services/hid.h> class Structs {