1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-20 20:41:13 -04:00

Replace stdint.h include with cstdint include

Just small unification of includes
This commit is contained in:
Martin Hořeňovský 2017-08-17 16:13:28 +02:00
parent 185573e701
commit 8e6641c19b

View File

@ -8,7 +8,7 @@
#ifndef TWOBLUECUBES_CATCH_TIMER_H_INCLUDED #ifndef TWOBLUECUBES_CATCH_TIMER_H_INCLUDED
#define TWOBLUECUBES_CATCH_TIMER_H_INCLUDED #define TWOBLUECUBES_CATCH_TIMER_H_INCLUDED
#include <stdint.h> #include <cstdint>
namespace Catch { namespace Catch {