Added missing assert include

This commit is contained in:
Phil Nash
2013-08-16 08:01:16 +01:00
parent 3faa412855
commit 357d654641
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
#include <string>
#include <ostream>
#include <map>
#include <assert.h>
namespace Catch
{