Skip to content

Commit cf594ba

Browse files
committed
add <typeinfo>
1 parent 443a798 commit cf594ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

container/tuple.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) 2015
22
// Author: Chrono Law
33
#include <std.hpp>
4+
#include <typeinfo>
45
//using namespace std;
56

67
#include <boost/core/ignore_unused.hpp>

function/result_of.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Author: Chrono Law
33
#include <cmath>
44
#include <std.hpp>
5+
#include <typeinfo>
56
using namespace std;
67

78
#include <boost/utility/result_of.hpp>

0 commit comments

Comments
 (0)