From 3e4dd65ad8db0984cbd851cdb083d475e48c754b Mon Sep 17 00:00:00 2001 From: Hazim Gazov Date: Sat, 3 Apr 2010 07:26:07 -0300 Subject: [PATCH] missing precompiled headers in hexeditor floater --- indra/newview/dohexeditor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/dohexeditor.cpp b/indra/newview/dohexeditor.cpp index b2dde3242..56d51fbb4 100644 --- a/indra/newview/dohexeditor.cpp +++ b/indra/newview/dohexeditor.cpp @@ -8,6 +8,8 @@ */ // +#include "llviewerprecompiledheaders.h" + #include "linden_common.h" #include "dohexeditor.h" #include "llfocusmgr.h"