mirror of
https://github.com/Alukym/VMProtect-Source.git
synced 2025-06-07 20:57:52 -05:00
9 lines
152 B
C
9 lines
152 B
C
#pragma once
|
|
#ifndef WRUT_PCH
|
|
#define WRUT_PCH
|
|
|
|
#include "../runtime/precompiled.h"
|
|
|
|
#include "gtest/gtest.h"
|
|
#include "gmock/gmock.h"
|
|
#endif //WRUT_PCH
|