1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25:57 +01:00

Fix build with GCC13 (#496)

Due to changes in GCC13 need fix include.
This commit is contained in:
Vasiliy Glazov
2023-01-24 19:29:36 +03:00
committed by GitHub
parent f89cc9f076
commit 812be7966d

View File

@@ -33,7 +33,7 @@
#include <string>
#include <iosfwd>
#include <functional>
#include <stdint.h>
#include <cstdint>
#include <tins/cxxstd.h>
#include <tins/macros.h>