Skip to content
Snippets Groups Projects
Commit d4330d33 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

QAR-1619: fix Linux-only missing #include (Linux-only reference to LLTrans)

parent dc3833f3
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@
#include "llurlsimstring.h"
#include "llfloatertos.h"
#include "llwindow.h"
#if LL_LINUX || LL_SOLARIS
#include "lltrans.h"
#endif
std::string construct_start_string();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment