aboutsummaryrefslogtreecommitdiff
path: root/win_runtime.Tests/precompiled.h
blob: 6fed2cf8426ed2d0f9dbce11036e03c150db1857 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#ifndef WRUT_PCH
#define WRUT_PCH

#include "../runtime/precompiled.h"

#include "gtest/gtest.h"
#include "gmock/gmock.h"
#endif //WRUT_PCH