diff options
| author | dolphin <dolphin@lindenlab.com> | 2013-08-22 12:04:07 -0700 | 
|---|---|---|
| committer | dolphin <dolphin@lindenlab.com> | 2013-08-22 12:04:07 -0700 | 
| commit | 373d37cd7bd41daa85850280e985a43edcca0a47 (patch) | |
| tree | c4a84ab97a5b3bd7ff73a22405d3f756a21d67c6 | |
| parent | f86da8b241b22fba8f771c5403a9bc1f16984693 (diff) | |
added missing include
| -rw-r--r-- | indra/newview/llfloaterexperienceprofile.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterexperienceprofile.cpp b/indra/newview/llfloaterexperienceprofile.cpp index 821a1de6f7..e074f83baa 100644 --- a/indra/newview/llfloaterexperienceprofile.cpp +++ b/indra/newview/llfloaterexperienceprofile.cpp @@ -37,6 +37,7 @@  #include "llexpandabletextbox.h"  #include "lltexturectrl.h"  #include "lltrans.h" +#include <sstream>  #define XML_PANEL_EXPERIENCE_PROFILE "floater_experienceprofile.xml"  #define TF_NAME "experience_title"  | 
