mirror of
https://github.com/boostorg/statechart.git
synced 2026-01-29 20:12:08 +00:00
Added a missing cstddef includes.
[SVN r32819]
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <cstddef> // size_t
|
||||
|
||||
#ifdef BOOST_INTEL
|
||||
# pragma warning( disable: 304 ) // access control not specified
|
||||
|
||||
Reference in New Issue
Block a user