Add required header for almost_equal in assert_eq

This commit is contained in:
Danny Robson 2011-06-16 20:54:34 +10:00
parent 4891c6af0e
commit 8801023626

View File

@ -22,6 +22,7 @@
#include "annotations.hpp"
#include "maths.hpp"
#include <stdexcept>
#include <iostream>