浏览代码

Update #include path for Time usage

Kaleb Reid 3 月之前
父节点
当前提交
a962fb740d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/core_and_modules/common_engine_methods_and_macros.rst

+ 1 - 1
contributing/development/core_and_modules/common_engine_methods_and_macros.rst

@@ -149,7 +149,7 @@ declaration.
 
 
 .. note::
 .. 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
     When opening a pull request, make sure to remove this snippet as well as the
     include if it wasn't there previously.
     include if it wasn't there previously.