From 770d0bc77cd1579a1cba33ba1eb3f06839c28c16 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 23 Jun 2011 08:51:48 +0200 Subject: Fix MSVC build Signed-off-by: Martin Sustrik --- src/random.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/random.cpp') diff --git a/src/random.cpp b/src/random.cpp index ee7a7fb..2a1d7d6 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -19,6 +19,7 @@ */ #include "random.hpp" +#include "stdint.hpp" #include "uuid.hpp" #include "err.hpp" -- cgit v1.2.3