Skip to content

Commit 6d76fd6

Browse files
author
Matthias Koeppe
committed
src/sage/modular/arithgroup/farey.cpp: Fix '#include' for farey_symbol.h
1 parent e2e0f8d commit 6d76fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modular/arithgroup/farey.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <Python.h>
3030

3131
#include "farey.hpp"
32-
#include "farey_symbol.h"
32+
#include "sage/modular/arithgroup/farey_symbol.h"
3333

3434

3535
using namespace std;

0 commit comments

Comments
 (0)