pch.h 233 B

123456789101112131415
  1. //
  2. // pch.h
  3. // Header for standard system include files.
  4. //
  5. #pragma once
  6. #include "gmock/gmock.h"
  7. #include "gtest/gtest.h"
  8. #include "../WebRTCPlugin/pch.h"
  9. #if defined(LEAK_SANITIZER)
  10. #include <sanitizer/lsan_interface.h>
  11. #endif