Advertisement
Guest User

Untitled

a guest
Apr 7th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.44 KB | None | 0 0
  1. diff -crBN Ice-3.4.1/cpp/include/Ice/Config.h Ice-3.4.1-gcc-4.6/cpp/include/Ice/Config.h
  2. *** Ice-3.4.1/cpp/include/Ice/Config.h  2011-04-08 09:57:22.625760216 +1200
  3. --- Ice-3.4.1-gcc-4.6/cpp/include/Ice/Config.h  2011-04-08 09:55:29.732427638 +1200
  4. ***************
  5. *** 15,20 ****
  6. --- 15,21 ----
  7.   //
  8.   // Some include files we need almost everywhere
  9.   //
  10. + #include <cstddef>
  11.   #include <cerrno>
  12.   #include <cstdio>
  13.   #include <cstring>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement