aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/viewer.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer.h b/linden/indra/newview/viewer.h
index c2ec173..afd62a7 100644
--- a/linden/indra/newview/viewer.h
+++ b/linden/indra/newview/viewer.h
@@ -36,7 +36,10 @@
36// Almost every file in the viewer depends on this file. 36// Almost every file in the viewer depends on this file.
37// If you need to add a shared class, put it in its own 37// If you need to add a shared class, put it in its own
38// little file. JC 38// little file. JC
39#include "lltransactiontypes.h" 39
40// *TODO: remove this, viewer.h doesn't need it, but there
41// are lots of .cpp files that depend on this recursive
42// dependency.
40#include "llviewercontrol.h" 43#include "llviewercontrol.h"
41 44
42// Enabled this definition to compile a 'hacked' viewer that 45// Enabled this definition to compile a 'hacked' viewer that
@@ -314,4 +317,9 @@ const std::vector<std::string>& getLoginURIs();
314const std::string& getHelperURI(); 317const std::string& getHelperURI();
315void resetURIs(); 318void resetURIs();
316 319
320#if LL_WINDOWS
321class llLCD;
322extern llLCD *gLcdScreen;
323#endif
324
317#endif 325#endif