Fix missing include in simgear/props/props_test.cxx

This commit is contained in:
Florent Rougon 2016-11-26 01:12:34 +01:00
parent 64531c85e3
commit 9e0bb33d58

View File

@ -9,6 +9,7 @@
#include <simgear/compiler.h>
#include <memory> // std::unique_ptr
#include <iostream>
#include <map>