1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/gringo/010_include_cmath.patch
2016-12-02 21:20:45 +00:00

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 {