Fixes without PCH build in StunClient missing include for std::byte added in 895e4e6aa6.

Differential Revision: https://code.wildfiregames.com/D4814
This was SVN commit r27174.
This commit is contained in:
Vladislav Belov 2022-10-26 00:15:27 +00:00
parent 968fd50fb0
commit 3dad53a7ee

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2021 Wildfire Games.
/* Copyright (C) 2022 Wildfire Games.
* Copyright (C) 2013-2016 SuperTuxKart-Team.
* This file is part of 0 A.D.
*
@ -21,15 +21,15 @@
#include "StunClient.h"
#include "lib/byte_order.h"
#include "lib/external_libraries/enet.h"
#include "ps/CLogger.h"
#include "ps/ConfigDB.h"
#include "ps/CStr.h"
#include "lib/external_libraries/enet.h"
#include <chrono>
#include <vector>
#include <cstddef>
#include <thread>
#include <vector>
namespace StunClient
{