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
1 changed files with 1 additions and 1 deletions

View File

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