diff options
Diffstat (limited to 'games/rtb/files/patch-team-framework__stdnamespace.h')
-rw-r--r-- | games/rtb/files/patch-team-framework__stdnamespace.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/rtb/files/patch-team-framework__stdnamespace.h b/games/rtb/files/patch-team-framework__stdnamespace.h new file mode 100644 index 000000000000..e50764b9532b --- /dev/null +++ b/games/rtb/files/patch-team-framework__stdnamespace.h @@ -0,0 +1,16 @@ +--- team-framework/stdnamespace.h.orig ++++ team-framework/stdnamespace.h +@@ -25,9 +25,13 @@ + + **************************************************************************/ + ++#if !defined(_LIBCPP_VERSION) + #include <iosfwd> // This file contains the forward declaration in particular of std::string + + namespace std + { + template <class _Tp> class auto_ptr; // Origin: The header file <memory> + } ++#else ++#include <memory> ++#endif |