From bd48685d3489e14e709673d79b4516fd980398d8 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Wed, 7 Feb 2007 20:33:52 +0000 Subject: Fixed a linux build issue when the llhavok suddenly required rtti in order to link. I added a #ifndef hack to v3math.h to eliminate LLString's from the llhavok project. I also removed lluuid.h's dependency on LLString (using std::string) instead and then fixed a bunch of bad dependency fallout on a few files around the project that suddenly lost their hidden access to some fundamental includes. The important parts were reviewed with James. --- indra/test/llpipeutil.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/test/llpipeutil.cpp') diff --git a/indra/test/llpipeutil.cpp b/indra/test/llpipeutil.cpp index 3a15bfdb7e..f4b1b28c1d 100644 --- a/indra/test/llpipeutil.cpp +++ b/indra/test/llpipeutil.cpp @@ -10,6 +10,7 @@ #include "llpipeutil.h" #include +#include #include "llbufferstream.h" #include "lldefs.h" -- cgit v1.2.3