mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
fix <cstddef> include, for clang 3.5 earlier with libstdc++ 20140422 or later
This commit is contained in:
parent
74f79f3717
commit
3c4a048f25
263 changed files with 311 additions and 270 deletions
|
@ -9,7 +9,6 @@
|
|||
#define TOOLS_COMPOST_WAVE_IO_HPP
|
||||
|
||||
#include <climits>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
@ -22,6 +21,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/soundcard.h>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
|
||||
namespace toolspr {
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue