str: add an overloaded startswith() utility method
[gem5.git] / src / base / bigint.cc
index ce9942c9ce67d62f72c07d2f7ee7c332bc268815..d741e1f7bbfb766177987671c9e5dc4a24a2cf88 100644 (file)
  * Authors: Gabe Black
  */
 
-#include "base/bigint.hh"
-
 #include <iostream>
 
+#include "base/bigint.hh"
+
 using namespace std;
 
 ostream & operator << (ostream & os, const Twin64_t & t)