Skip to content

Commit

Permalink
fix for different tr1 header locations in VS
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhard committed Aug 1, 2011
1 parent 8de2f3c commit bb07735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tag/absorient.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
#define TAG_ABSORIENT_H_

#include <vector>
#ifdef WIN32
#include <tuple>
#else
#include <tr1/tuple>
#endif

#include <TooN/TooN.h>
#include <TooN/sim2.h>
Expand Down

0 comments on commit bb07735

Please sign in to comment.