Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
Can't forward declare typeindex, apparently
  • Loading branch information
codemercenary committed Mar 1, 2016
1 parent 07de487 commit 2f3efcc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/autowiring/demangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
#pragma once
#include <string>
#include <typeinfo>
#include <typeindex>

struct AnySharedPointer;
struct auto_id;

namespace std {
class type_index;
}

//
// Demangle type names on mac and linux.
// Just returns type_info.name() on windows
Expand Down

0 comments on commit 2f3efcc

Please sign in to comment.