winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

pch.h (365B)


      1 // Copyright (c) Microsoft Corporation.
      2 // Licensed under the MIT License.
      3 #pragma once
      4 #include <unknwn.h>
      5 #include <winrt/Windows.Foundation.h>
      6 #include <winrt/Windows.Foundation.Collections.h>
      7 #include <winrt/Windows.Foundation.Metadata.h>
      8 #include <winrt/Windows.Web.Http.h>
      9 
     10 #include <ostream>
     11 #include <string>
     12 #include <mutex>
     13 #include <random>