Use boost timer to provide platform independent timing

This commit is contained in:
Dennis Luxen
2013-08-06 14:27:36 +02:00
parent cabbe70e47
commit e5f0ad4f0b
5 changed files with 36 additions and 4 deletions
+1 -1
View File
@@ -22,11 +22,11 @@ or see http://www.gnu.org/licenses/agpl.txt.
#define STATICRTREE_H_
#include "MercatorUtil.h"
#include "TimingUtil.h"
#include "Coordinate.h"
#include "PhantomNodes.h"
#include "DeallocatingVector.h"
#include "HilbertValue.h"
#include "../Util/TimingUtil.h"
#include "../typedefs.h"
#include <boost/assert.hpp>