diff options
Diffstat (limited to 'system.hh')
-rw-r--r-- | system.hh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,16 +21,17 @@ #include <algorithm> #include <exception> -#include <fstream> #include <iostream> +#include <streambuf> +#include <iomanip> +#include <fstream> +#include <sstream> #include <iterator> #include <list> #include <map> #include <memory> #include <new> -#include <sstream> #include <stack> -#include <streambuf> #include <string> #include <vector> |