diff options
Diffstat (limited to 'src/cpu/func_unit.cc')
-rw-r--r-- | src/cpu/func_unit.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/func_unit.cc b/src/cpu/func_unit.cc index 3c2f1049d..d5d564050 100644 --- a/src/cpu/func_unit.cc +++ b/src/cpu/func_unit.cc @@ -28,10 +28,11 @@ * Authors: Steve Raasch */ +#include "cpu/func_unit.hh" + #include <sstream> #include "base/misc.hh" -#include "cpu/func_unit.hh" using namespace std; |