diff options
author | Ignacio Etcheverry <neikeq@users.noreply.github.com> | 2019-01-22 19:01:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 19:01:52 +0100 |
commit | 6a187f639511726583db05f8cd80957b1f936d03 (patch) | |
tree | cb2c7522958eeb35745b8a67126c9045ab23cdc4 /modules/mono/utils | |
parent | cd45f05f7e930869fb8d58c62e5f866470b73e1a (diff) | |
parent | bc8b61bb069a9229dbceb61fedb8308c5d1e6a68 (diff) |
Merge pull request #25235 from neikeq/pp
Mono: Fix hot reload build errors and cleanup
Diffstat (limited to 'modules/mono/utils')
-rw-r--r-- | modules/mono/utils/osx_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/utils/osx_utils.h b/modules/mono/utils/osx_utils.h index 918642f7b2..cc72233058 100644 --- a/modules/mono/utils/osx_utils.h +++ b/modules/mono/utils/osx_utils.h @@ -31,6 +31,7 @@ #include "core/ustring.h" #ifndef OSX_UTILS_H +#define OSX_UTILS_H #ifdef OSX_ENABLED |