Hi all, I'm hoping to slip a one-liner in...just need a code review: http://jira.secondlife.com/browse/VWR-13615
One liner fix for compiling on Ubuntu Intrepid. Index: tests/llimageworker_test.cpp =================================================================== --- tests/llimageworker_test.cpp (revision 2292) +++ tests/llimageworker_test.cpp (working copy) @@ -34,6 +34,7 @@ // Precompiled header: almost always required for newview cpp files #include <list> #include <map> +#include <algorithm> // Class to test #include "../llimageworker.h" // For timer class Anyone bothered by me checking this in? Rob _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
