diff options
author | James Cook <james@lindenlab.com> | 2009-09-10 21:15:41 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-09-10 21:15:41 +0000 |
commit | 9cd1efca176ebf9e2f5d5d5c1dae90d8ee017dad (patch) | |
tree | 24c7f72f0bc025f91298be65159f0623d3cff93d /indra/newview/llviewerwindow.h | |
parent | 03e4be4305a5d648735fdfb0c8404557e8dcd37a (diff) |
Header file corrections to let us build without precompiled headers from llprimitive and llvfs. Allows better dependency analysis.
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index c3c9d7021e..e4f6240fc7 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -51,6 +51,9 @@ #include "llcursortypes.h" #include "llhandle.h" +#include <boost/function.hpp> +#include <boost/signals2.hpp> + class LLView; class LLViewerObject; class LLUUID; |