GCC-13 support, when precompiled headers are off

This commit is contained in:
Ștefan Talpalaru 2024-02-05 02:06:28 +01:00 committed by Christoph Oelckers
commit b5eb8f47db
11 changed files with 14 additions and 2 deletions

View file

@ -42,6 +42,7 @@
** compile with something other than Visual C++ or GCC.
*/
#include <cassert>
#include "autosegs.h"
#ifdef _WIN32

View file

@ -36,6 +36,7 @@
#define AUTOSEGS_H
#include <type_traits>
#include <cstdint>
#if defined(__clang__)
#if defined(__has_feature) && __has_feature(address_sanitizer)