You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/log4cpp/files/log4cpp-1.1-cmath-fix.patch

11 lines
206 B

--- a/src/PatternLayout.cpp
+++ b/src/PatternLayout.cpp
@@ -24,6 +24,7 @@
#include <iomanip>
#include <ctime>
#include <cstdlib>
+#include <cmath>
#include "Localtime.hh"
#ifdef LOG4CPP_HAVE_INT64_T