Skip to content

Commit

Permalink
More missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Mar 1, 2016
1 parent fdec8a1 commit 14e6aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/autowiring/ConfigManager.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved.
#include "stdafx.h"
#include "ConfigManager.h"
#include <mutex>

using namespace autowiring;

Expand Down
1 change: 1 addition & 0 deletions src/autowiring/ConfigManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "spin_lock.h"
#include <string>
#include <unordered_map>
#include <vector>

namespace autowiring {
class ConfigManager {
Expand Down
1 change: 1 addition & 0 deletions src/autowiring/config_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "marshaller.h"
#include <initializer_list>
#include <stdexcept>
#include <unordered_map>

namespace autowiring {
template<typename T>
Expand Down

0 comments on commit 14e6aec

Please sign in to comment.