diff options
Diffstat (limited to 'src/compat')
-rw-r--r-- | src/compat/fwd.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/fwd.hpp b/src/compat/fwd.hpp index 3fa0dd2..63f810a 100644 --- a/src/compat/fwd.hpp +++ b/src/compat/fwd.hpp @@ -18,7 +18,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include "../sanity.hpp" +#include "sanity.hpp" #include "../ints/fwd.hpp" // rank 1 #include "../strings/fwd.hpp" // rank 1 |