Possible fix for max_align_t breakage in Travis CI

The Travis CI build is failing after an include of <cstddef> -- This is
an attempt to work around that by including <stddef.h> instead. Problem
not apparent in my FreeBSD environment.
This commit is contained in:
Jan Martin Mikkelsen 2017-06-10 19:56:31 +10:00
parent 2d011c8e3a
commit eb02a05efb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#include <cstddef>
#include <stddef.h>
namespace antlr4 {
namespace atn {