Skip to content

Commit

Permalink
Merge pull request #2416 from davidlt/add-missing-tuple-include
Browse files Browse the repository at this point in the history
CondCore/CondDB: add missing <tuple> include
  • Loading branch information
davidlt committed Feb 12, 2014
2 parents c939831 + bb97afd commit d8f044d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CondCore/CondDB/interface/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <cxxabi.h>
#include <algorithm>
#include <iostream>
#include <tuple>

namespace cond {

Expand Down

0 comments on commit d8f044d

Please sign in to comment.