diff options
Diffstat (limited to 'base/str.cc')
-rw-r--r-- | base/str.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/str.cc b/base/str.cc index f54729813..19cbea27d 100644 --- a/base/str.cc +++ b/base/str.cc @@ -34,7 +34,7 @@ #include <string> #include <vector> -#include "intmath.h" +#include "intmath.hh" #include "str.hh" using namespace std; |