Port "externals: Update catch to 2.3.0" from yuzu (#4060)
* externals: Update catch to 2.3.0 Updates the library from 2.2.3 to 2.3.0 * fix catch2/catch.hpp includes
This commit is contained in:
parent
642f0bd62b
commit
3b37818e5e
11 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <catch.hpp>
|
||||
#include <catch2/catch.hpp>
|
||||
#include <nihstro/inline_assembly.h>
|
||||
#include "video_core/shader/shader_jit_x64_compiler.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue