From a962fb740d0f1a18e22df979ca5c87fdfd696510 Mon Sep 17 00:00:00 2001 From: Kaleb Reid <78945904+Kaleb-Reid@users.noreply.github.com> Date: Fri, 18 Apr 2025 23:31:09 -0700 Subject: [PATCH] Update #include path for Time usage --- .../core_and_modules/common_engine_methods_and_macros.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/core_and_modules/common_engine_methods_and_macros.rst b/contributing/development/core_and_modules/common_engine_methods_and_macros.rst index 8a47f21c5..cd30dc398 100644 --- a/contributing/development/core_and_modules/common_engine_methods_and_macros.rst +++ b/contributing/development/core_and_modules/common_engine_methods_and_macros.rst @@ -149,7 +149,7 @@ declaration. .. note:: - You may have to ``#include "core/os/os.h"`` if it's not present already. + You may have to ``#include "core/os/time.h"`` if it's not present already. When opening a pull request, make sure to remove this snippet as well as the include if it wasn't there previously.