GCC-13 support, when precompiled headers are off
This commit is contained in:
parent
97cfd32677
commit
b5eb8f47db
11 changed files with 14 additions and 2 deletions
|
|
@ -42,6 +42,7 @@
|
|||
** compile with something other than Visual C++ or GCC.
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include "autosegs.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#define AUTOSEGS_H
|
||||
|
||||
#include <type_traits>
|
||||
#include <cstdint>
|
||||
|
||||
#if defined(__clang__)
|
||||
#if defined(__has_feature) && __has_feature(address_sanitizer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue