diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-20 17:38:58 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-20 17:38:58 -0700 |
commit | 2f4ad07633264688f5335022f65bfab095c19815 (patch) | |
tree | 8a4e1a85508544a695459a02bb59c5990d9a3e1a /indra/llmath/v3math.h | |
parent | a2fc83de1e3f47accee9387f2710727edc9e27d4 (diff) |
Cleaning up miscellaneous differences between the pathfinding repository and the latest viewer-development.
Diffstat (limited to 'indra/llmath/v3math.h')
-rw-r--r-- | indra/llmath/v3math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/v3math.h b/indra/llmath/v3math.h index 206a99b567..0432aeba4c 100644 --- a/indra/llmath/v3math.h +++ b/indra/llmath/v3math.h @@ -27,7 +27,7 @@ #ifndef LL_V3MATH_H #define LL_V3MATH_H -//#include "llerror.h" +#include "llerror.h" #include "llmath.h" #include "llsd.h" |