Include functional for the test case.

This commit is contained in:
Sven Scharmentke 2019-07-15 12:35:46 +02:00
parent 5b3bad3ce5
commit 0e8a0bc681

View File

@ -2,6 +2,7 @@
#include <stdexcept>
#include <cxxtest/TestSuite.h>
#include <enum.h>
#include <functional>
#define static_assert_1(e) static_assert(e, #e)