b.h 119 B

12345678910
  1. #ifndef B_H
  2. #define B_H
  3. #warning "testpch: b.h"
  4. #ifdef HAS_MY_BOOST
  5. #include <boost/asio.hpp>
  6. #endif
  7. #endif // B_H