From 2373ee4f05067107177e9dcbf022c7f3123e3b95 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Fri, 14 Apr 2017 00:19:59 +0200 Subject: [PATCH] Fix build error due to sgstream.hxx now being in simgear/io/iostreams/ --- src/Main/test_autosaveMigration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/test_autosaveMigration.cxx b/src/Main/test_autosaveMigration.cxx index e4b145dae..7bf9451f6 100644 --- a/src/Main/test_autosaveMigration.cxx +++ b/src/Main/test_autosaveMigration.cxx @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include "Main/globals.hxx"