From edb81b834d1a83052f31de2c91423150fb429e3c Mon Sep 17 00:00:00 2001 From: Jason Lokerson Date: Tue, 9 Feb 2016 20:08:08 -0800 Subject: [PATCH] Fix incorrect header include --- autowiring/ThreadPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autowiring/ThreadPool.h b/autowiring/ThreadPool.h index 069a0a6a5..de08c4d15 100644 --- a/autowiring/ThreadPool.h +++ b/autowiring/ThreadPool.h @@ -1,8 +1,8 @@ // Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved. #pragma once #include -#include #include +#include MEMORY_HEADER class DispatchQueue; class DispatchThunkBase;