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.

16 lines
358 B

  1. The usual gcc-3.4 fixes.
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- OpenSP-1.5.1/include/RangeMap.h.orig 2004-05-05 19:37:38.126740944 +0200
  4. +++ OpenSP-1.5.1/include/RangeMap.h 2004-05-05 19:38:13.464368808 +0200
  5. @@ -8,6 +8,8 @@
  6. #include "Boolean.h"
  7. #include "ISet.h"
  8. #include "types.h"
  9. +#include "constant.h"
  10. +
  11. #include <stddef.h>
  12. #ifdef SP_NAMESPACE