// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif

#include <windows.h>

#include <cstddef>
#include <iostream>
#include <memory_resource>
#include <string>
#include <vector>

#include <folly/String.h>

#include <boost/algorithm/string.hpp>
