aboutsummaryrefslogtreecommitdiff
path: root/src/zpoly1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zpoly1.cpp')
-rw-r--r--src/zpoly1.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zpoly1.cpp b/src/zpoly1.cpp
index bacb62ce..c7b7a3e3 100644
--- a/src/zpoly1.cpp
+++ b/src/zpoly1.cpp
@@ -1,5 +1,6 @@
/* evaluate complex polynomial */
-#include "projects.h"
+#include "proj.h"
+#include "proj_internal.h"
/* note: coefficients are always from C_1 to C_n
** i.e. C_0 == (0., 0)
** n should always be >= 1 though no checks are made