patch-cmn_game_cpp 393 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-cmn_game_cpp,v 1.2 2017/05/02 23:26:32 espie Exp $
  2. Index: cmn/game.cpp
  3. --- cmn/game.cpp.orig
  4. +++ cmn/game.cpp
  5. @@ -34,13 +34,14 @@ extern "C" {
  6. }
  7. #if X11
  8. -#include <strstream.h>
  9. +#include <strstream>
  10. +using namespace std;
  11. #endif
  12. #if WIN32
  13. #include <strstrea.h>
  14. #endif
  15. -#include <iomanip.h>
  16. +#include <iomanip>
  17. #include "utils.h"
  18. #include "coord.h"