Simon Rozman 19c523509b Move Hex from WinStd to stdex
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-03 15:42:04 +01:00

20 lines
406 B
C

/*
SPDX-License-Identifier: GPL-3.0-or-later
Copyright © 2015-2022 Amebis
Copyright © 2016 GÉANT
*/
#pragma once
#include "../include/Config.h"
#include "../include/Method.h"
#include "../include/MSCHAPv2.h"
#include "../../EAPBase/include/Module.h"
#include <stdex/hex>
#include <Windows.h>
#include <EapHostError.h> // include after Windows.h
#include <RasError.h>