Guest User

Untitled

a guest
Mar 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "configurations": [{
  3. "name": "win32",
  4. "includePath": [
  5. "${VSPKG_DIRECTORY}/installed/x86-windows/include",
  6. "${VSPKG_DIRECTORY}/installed/x64-windows/include"
  7. ],
  8. "intelliSenseMode": "msvc-x64",
  9. "browse": {
  10. "path": [
  11. "${VSPKG_DIRECTORY}/installed/x86-windows/include",
  12. "${VSPKG_DIRECTORY}/installed/x64-windows/include"
  13. ]
  14. }
  15. }],
  16. "version": 3
  17. }
  18.  
  19. #ifndef _TEST_H
  20. #define _TEST_H
  21.  
  22. #include <boost/date_time/posix_time/posix_time.hpp>
  23.  
  24. struct test
  25. {
  26. ptime time,
  27. };
  28.  
  29. #endif // _TEST_H
Add Comment
Please, Sign In to add comment