From e4de345156427b67b0d7dd5eb70e4cdcc9eb68c9 Mon Sep 17 00:00:00 2001 From: AnyCPU Date: Tue, 22 Dec 2015 22:10:08 +0000 Subject: [PATCH] (freebsd) compilation fix #1 --- Release/include/pplx/pplxcancellation_token.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Release/include/pplx/pplxcancellation_token.h b/Release/include/pplx/pplxcancellation_token.h index f75da6099d..a191a93607 100644 --- a/Release/include/pplx/pplxcancellation_token.h +++ b/Release/include/pplx/pplxcancellation_token.h @@ -34,6 +34,7 @@ #error This file must not be included for Visual Studio 12 or later #endif +#include #include #include "pplx/pplxinterface.h"