Skip to content

Commit beac655

Browse files
Fixed rogue path name.
1 parent bd02610 commit beac655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/field_extensions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Use ECC library, compile with -std=c++20 -I../
44
// Adapt -Ipath_to_hpp_files if necessary, append -O3 for performance
5-
#include "include/ecc.hpp"
5+
#include "ecc.hpp"
66
using namespace ECC;
77

88
int main(void) {
@@ -271,4 +271,4 @@ int main(void) {
271271
*/
272272

273273
return 0;
274-
}
274+
}

0 commit comments

Comments
 (0)