From 8e6641c19be469d062ac5c36df8f466db44651a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 17 Aug 2017 16:13:28 +0200 Subject: [PATCH] Replace stdint.h include with cstdint include Just small unification of includes --- include/internal/catch_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_timer.h b/include/internal/catch_timer.h index e01a1cb7..28e1f9db 100644 --- a/include/internal/catch_timer.h +++ b/include/internal/catch_timer.h @@ -8,7 +8,7 @@ #ifndef TWOBLUECUBES_CATCH_TIMER_H_INCLUDED #define TWOBLUECUBES_CATCH_TIMER_H_INCLUDED -#include +#include namespace Catch {