Merge pull request #3161 from lioncash/catch

externals: Update catch to v2.0.1
This commit is contained in:
James Rowe 2017-11-30 12:02:45 -07:00 committed by GitHub
commit fcf0d104c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {