diff options
Diffstat (limited to 'base/range.hh')
-rw-r--r-- | base/range.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/range.hh b/base/range.hh index dcc863e06..0d3383b01 100644 --- a/base/range.hh +++ b/base/range.hh @@ -31,8 +31,8 @@ #include <assert.h> -#include "intmath.hh" -#include "str.hh" +#include "base/intmath.hh" +#include "base/str.hh" template<class T> class Range |