Changed to c++ style includes

This commit is contained in:
Marcus Näslund 2018-04-18 14:59:10 +02:00 committed by Martin Hořeňovský
parent 200d3ad824
commit 43769a19f7
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
#include "catch_enforce.h"
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <stdexcept>
#include <memory>
#include <sstream>