From f2b504f25d8cc44206518121259920314c2c80a9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 31 Mar 2016 14:51:36 +0200 Subject: Fix compilation on windows. --- src/atomic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/atomic.h') diff --git a/src/atomic.h b/src/atomic.h index 1b92257..ed6fa39 100644 --- a/src/atomic.h +++ b/src/atomic.h @@ -28,7 +28,8 @@ #include #include -#include + +#include "mutex.h" template class Atomic; -- cgit v1.2.3