mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-22 04:38:46 +00:00
Changed to c++ style includes
This commit is contained in:
parent
200d3ad824
commit
43769a19f7
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "catch_enforce.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <stdexcept>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue