externals: Update catch to v2.0.1

This commit is contained in:
Lioncash 2017-11-28 19:39:19 -05:00
parent dc5d7a802f
commit f51fa38a1b
2 changed files with 2 additions and 2 deletions

View file

@ -2,8 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cmath>
#include <catch.hpp>
#include <math.h>
#include "common/param_package.h"
namespace Common {