Skip to content

Commit

Permalink
Fix incorrect header include
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Feb 10, 2016
1 parent 71d8d41 commit edb81b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autowiring/ThreadPool.h
@@ -1,8 +1,8 @@
// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved.
#pragma once
#include <atomic>
#include <memory>
#include <mutex>
#include MEMORY_HEADER

class DispatchQueue;
class DispatchThunkBase;
Expand Down

0 comments on commit edb81b8

Please sign in to comment.