OPEN-189 Add missing header guard

master
Drake Arconis 2013-09-11 19:02:36 -04:00
parent 646a514fac
commit 9202bce3d7
2 changed files with 6 additions and 0 deletions

View File

@ -1123,6 +1123,7 @@ Slee Mayo
snowy Sidran
Sovereign Engineer
MAINT-2334
OPEN-189
SpacedOut Frye
VWR-34
VWR-45

View File

@ -25,6 +25,9 @@
* $/LicenseInfo$
*/
#ifndef LL_LLWINDOWMACOSX_OBJC_H
#define LL_LLWINDOWMACOSX_OBJC_H
#include <map>
#include <vector>
@ -144,3 +147,5 @@ NSWindowRef getMainAppWindow();
GLViewRef getGLView();
unsigned int getModifiers();
#endif // LL_LLWINDOWMACOSX_OBJC_H