From 9398075296a61fbc2b974743e041a975e9423a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Mon, 4 May 2026 16:05:02 +0900 Subject: [PATCH] . --- types.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 types.hh diff --git a/types.hh b/types.hh old mode 100644 new mode 100755 index 1046d4b..589e271 --- a/types.hh +++ b/types.hh @@ -1,4 +1,5 @@ -#pragma once +#ifndef TYPES_HH +#define TYPES_HH #include #include @@ -19,3 +20,4 @@ typedef void * any; using std::string; using std::vector; +#endif // TYPES_HH \ No newline at end of file