mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
59d6a281cd
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
11 lines
146 B
C
11 lines
146 B
C
//
|
|
// pch.h
|
|
// Header for standard system include files.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <collection.h>
|
|
#include <ppltasks.h>
|
|
#include "App.xaml.h"
|