diff options
author | Geenz <geenz@geenzo.com> | 2013-01-22 15:37:01 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-01-22 15:37:01 -0500 |
commit | 29e747c4f17818816c502a3aa653b828e689be4a (patch) | |
tree | 4bb9ed177ca1d03777560c121173a361b7118e91 /indra/newview/llappviewermacosx.cpp | |
parent | 1bbbaf8dd69a08a3e7c570e6ad14f57a4f6e91cb (diff) |
And thus, the demonic mouse position conversions from view space to screen space were tamed.
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r-- | indra/newview/llappviewermacosx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp index b199405a66..6e0becb518 100644 --- a/indra/newview/llappviewermacosx.cpp +++ b/indra/newview/llappviewermacosx.cpp @@ -41,7 +41,7 @@ #include "llmd5.h" #include "llfloaterworldmap.h" #include "llurldispatcher.h" -#include <Carbon/Carbon.h> +#include <ApplicationServices/ApplicationServices.h> #include "lldir.h" #include <signal.h> #include <CoreAudio/CoreAudio.h> // for systemwide mute |