diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-01-22 18:33:36 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-01-22 18:33:36 +0100 |
commit | bc8b61bb069a9229dbceb61fedb8308c5d1e6a68 (patch) | |
tree | dae493d525675a140754ce3b21f9310f8188bb16 /modules/mono/utils | |
parent | 077e48977384a1b1c2e527e5df9012b64b56e847 (diff) |
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 |