mirror of
https://github.com/Alukym/VMProtect-Source.git
synced 2025-06-07 18:17:49 -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
|