From 2811783712ff763384ff11a3a357bd3a4a14f387 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 12 Aug 2023 02:42:32 +0800 Subject: [PATCH] ... --- include/pocketpy/io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pocketpy/io.h b/include/pocketpy/io.h index 825094d7..76806cad 100644 --- a/include/pocketpy/io.h +++ b/include/pocketpy/io.h @@ -28,4 +28,5 @@ struct FileIO { static void _register(VM* vm, PyObject* mod, PyObject* type); }; +} // namespace pkpy #endif \ No newline at end of file