Add missing include

This commit is contained in:
Antony Polukhin
2024-02-12 22:21:35 +03:00
parent 0d8aed6bc9
commit f6d4e117cd

View File

@@ -12,6 +12,8 @@
# pragma once
#endif
#include <cstddef>
#if defined(BOOST_WINDOWS)
#include <boost/winapi/config.hpp>
#endif