You shaved 2 minutes off compile time...

... but you are still hungry
This commit is contained in:
Siana Gearz
2015-09-16 21:39:58 +02:00
parent eaf790c118
commit 62a7704a4f
39 changed files with 339 additions and 254 deletions

View File

@@ -56,7 +56,10 @@
#include <boost/visit_each.hpp>
#include <boost/ref.hpp> // reference_wrapper
#include <boost/type_traits/is_pointer.hpp>
#ifndef BOOST_FUNCTION_HPP_INCLUDED
#include <boost/function.hpp>
#define BOOST_FUNCTION_HPP_INCLUDED
#endif
#include <boost/static_assert.hpp>
#include "llsd.h"
#include "llsingleton.h"