mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
14 lines
281 B
Diff
14 lines
281 B
Diff
Include cmath header to get std::pow
|
|
|
|
--- gringo-4.5.2-source.orig/libgringo/src/term.cc
|
|
+++ gringo-4.5.2-source/libgringo/src/term.cc
|
|
@@ -21,6 +21,7 @@
|
|
#include "gringo/term.hh"
|
|
#include "gringo/logger.hh"
|
|
#include "gringo/graph.hh"
|
|
+#include <cmath>
|
|
|
|
namespace Gringo {
|
|
|
|
|
|
|