// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#pragma once

#include "targetver.h"

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif

#include <windows.h>
#include <math.h>

#include <condition_variable>
#include <functional>
#include <iostream>
#include <map>
#include <string>

#include <folly/dynamic.h>
#include <folly/json.h>
