blob: 7b1326a1cbb61a936475c0f1d6fb8ea5d9affac8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Workaround for https://github.com/wbhart/flint2/issues/460
--- qadic/ctx_init_conway.c.orig 2018-03-30 04:28:36 UTC
+++ qadic/ctx_init_conway.c
@@ -19,7 +19,7 @@
int flint_conway_polynomials [] = {
#if !defined( _MSC_VER)
-#include "../build/CPimport.h"
+#include "../../.build/CPimport.h"
#else
#include "CPimport.h"
#endif
|