Guest User

Untitled

a guest
Jun 22nd, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ diff pro.h pro_patched.h
  2. 92c92,97
  3. < # include <string>
  4. ---
  5. > # if defined(__MINGW32__)
  6. > # include <string.h>
  7. > # include <algorithm>
  8. > # else
  9. > # include <string>
  10. > # endif
Add Comment
Please, Sign In to add comment