Skip to content

Commit 937e49f

Browse files
authored
Merge pull request #10878 from Kaleb-Reid/time.h
Update #include path for Time usage
2 parents a87d5af + a962fb7 commit 937e49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/core_and_modules/common_engine_methods_and_macros.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ declaration.
149149

150150
.. note::
151151

152-
You may have to ``#include "core/os/os.h"`` if it's not present already.
152+
You may have to ``#include "core/os/time.h"`` if it's not present already.
153153

154154
When opening a pull request, make sure to remove this snippet as well as the
155155
include if it wasn't there previously.

0 commit comments

Comments
 (0)