Guest User

Untitled

a guest
Jul 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <boost/python/numpy.hpp>
  2.  
  3. g++ test.cpp
  4.  
  5. test.cpp:1:34: fatal error: boost/python/numpy.hpp: No such file or directory
  6. #include <boost/python/numpy.hpp>
  7. ^
  8. compilation terminated.
Add Comment
Please, Sign In to add comment