]> git.mxchange.org Git - simgear.git/commit
Fix missing include in simgear/misc/strutils_test.cxx
authorFlorent Rougon <f.rougon@free.fr>
Mon, 9 May 2016 14:37:09 +0000 (16:37 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
commit6672a1212cfccb2a08be21ff5271eae9b6f91b2a
tree2aa17e4df1adee24cc813597672ed0e628d3fcdf
parent0d5781aee74071419abccea73fc2fa3f3f5b121b
Fix missing include in simgear/misc/strutils_test.cxx

strutils_test.cxx uses std::string but doesn't include <string>
directly. This doesn't cause any error because it includes this header
indirectly via "strutils.hxx". However, I believe relying on this is bad
practice, hence the tiny fix.
simgear/misc/strutils_test.cxx