util: SumTree test build fix

This fixes a "funny" conflict between the SumTreeTest and
weather-monitor's experiment.hpp.

Note to self: Preprocessor macros are evil.

Change-Id: I3f8c95fe086357db77110c0c53d3120ca839f30a
This commit is contained in:
Horst Schirmeier
2014-08-29 11:35:45 +02:00
parent 42182591e5
commit e87ace65ef
2 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,12 @@
#include "util/SumTree.hpp"
#include "util/Logger.hpp"
#include <iostream>
#define LOG std::cerr
using std::endl;
fail::Logger LOG("SumTreeTest");
struct Pilot {
uint32_t id;
uint32_t instr2;