STL include added

Former-commit-id: b99ccce4ac849914e0528ddf6255d52ba47b09c7
This commit is contained in:
Johan 2014-02-07 14:55:54 +01:00
parent c5b18d5925
commit 99b3719cee
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Stl includes
#include <string>
#include <algorithm>
// Build configuration
#include <HyperionConfig.h>