mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
12 lines
324 B
Diff
12 lines
324 B
Diff
diff --git a/src/library/poly1/givdegree.h b/src/library/poly1/givdegree.h
|
|
index 3753a42..c34cc2a 100644
|
|
--- a/src/library/poly1/givdegree.h
|
|
+++ b/src/library/poly1/givdegree.h
|
|
@@ -19,6 +19,7 @@
|
|
#ifndef __GIVARO_poly1degree_H
|
|
#define __GIVARO_poly1degree_H
|
|
|
|
+#include <cstdint>
|
|
#include <iostream>
|
|
|
|
namespace Givaro {
|