ISA: Make the decode function part of the ISA's decoder.
[gem5.git] / src / base / inifile.cc
index 24d0013c4aad31b00d2df1d31c0fb94e422353ff..91e37f3270af37aa7696a0877a3ce27e3c8af49b 100644 (file)
  *          Steve Reinhardt
  */
 
+#include <algorithm>
 #include <fstream>
 #include <iostream>
-#include <vector>
 #include <string>
+#include <vector>
 
 #include "base/inifile.hh"
 #include "base/str.hh"