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