Skip to content

Commit

Permalink
Correcting overspecified paths that were causing compiler errors for …
Browse files Browse the repository at this point in the history
…libstdc++
  • Loading branch information
codemercenary committed Aug 15, 2014
1 parent bd55d63 commit e55e253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/C++11/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#pragma once

#include <memory>
#include "contrib/C++11/make_unique.h"
#include "make_unique.h"
6 changes: 3 additions & 3 deletions contrib/C++11/memory_nostl11.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright (C) 2012-2014 Leap Motion, Inc. All rights reserved.
#pragma once

#include "C++11/boost_shared_ptr.h"
#include "C++11/unique_ptr.h"
#include "C++11/make_unique.h"
#include "boost_shared_ptr.h"
#include "unique_ptr.h"
#include "make_unique.h"

#include STL_UNORDERED_SET
template<typename T>
Expand Down

0 comments on commit e55e253

Please sign in to comment.