From 3acaddd0441dba5243d0f06ab7f33d5fc9a250f4 Mon Sep 17 00:00:00 2001 From: Thomas Trummer Date: Sun, 17 May 2015 19:59:08 +0200 Subject: [PATCH] Add missing include for std::multiplies and std::plus --- test/power_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/power_test.cpp b/test/power_test.cpp index 20204c1..c1d5c23 100644 --- a/test/power_test.cpp +++ b/test/power_test.cpp @@ -8,6 +8,7 @@ */ #include +#include #include #include