mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
781 B

  1. --- ./exrenvmap/main.cpp.orig 2008-06-10 19:44:59.000000000 +0200
  2. +++ ./exrenvmap/main.cpp 2008-06-10 19:45:05.000000000 +0200
  3. @@ -45,6 +45,7 @@
  4. #include <iostream>
  5. #include <exception>
  6. #include <stdlib.h>
  7. +#include <string.h>
  8. using namespace Imf;
  9. using namespace std;
  10. --- ./exrmaketiled/Image.h.orig 2004-06-04 06:11:23.000000000 +0200
  11. +++ ./exrmaketiled/Image.h 2008-06-09 22:09:52.000000000 +0200
  12. @@ -49,6 +49,7 @@
  13. #include <string>
  14. #include <map>
  15. +class Image;
  16. class ImageChannel
  17. {
  18. --- ./exrmaketiled/main.cpp.orig 2008-06-10 19:44:16.000000000 +0200
  19. +++ ./exrmaketiled/main.cpp 2008-06-10 19:44:25.000000000 +0200
  20. @@ -46,6 +46,7 @@
  21. #include <exception>
  22. #include <string>
  23. #include <stdlib.h>
  24. +#include <string.h>
  25. using namespace Imf;
  26. using namespace std;