StdInc.h 301 B

12345678910
  1. #pragma once
  2. #include "../../Global.h"
  3. // This header should be treated as a pre compiled header file(PCH) in the compiler building settings.
  4. // Here you can add specific libraries and macros which are specific to this project.
  5. #include <boost/variant.hpp>
  6. #include <boost/optional.hpp>