patch-cmn_role_cpp 378 B

12345678910111213141516171819
  1. $OpenBSD: patch-cmn_role_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
  2. --- cmn/role.cpp.orig Fri Dec 7 14:00:38 2007
  3. +++ cmn/role.cpp Fri Dec 7 14:05:43 2007
  4. @@ -29,9 +29,12 @@
  5. #include "stdafx.h"
  6. -#include <iostream.h>
  7. +#include <iostream>
  8. +
  9. +using namespace std;
  10. +
  11. #if X11
  12. -#include <strstream.h>
  13. +#include <strstream>
  14. #include <time.h>
  15. #endif
  16. #if WIN32