From bfcd7768d2033f3410033fdbe0f95e54a0acb4a0 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 28 May 2014 21:46:05 +0200 Subject: [PATCH] Fix libc files not including if using static_assert(3). --- libc/time/clock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/time/clock.cpp b/libc/time/clock.cpp index 1b417188..fcd5111c 100644 --- a/libc/time/clock.cpp +++ b/libc/time/clock.cpp @@ -22,6 +22,7 @@ *******************************************************************************/ +#include #include // TODO: This function is crap and has been replaced by clock_gettime.