mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +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
|
@ -56,8 +56,8 @@
|
|||
# define DARKROOM_VARIABLE
|
||||
#endif
|
||||
|
||||
#include <cstddef>
|
||||
#include <iostream>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/darkroom.hpp>
|
||||
|
||||
namespace darkcult {
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
/*
|
||||
requires: OpenCV (http://opencv.jp/)
|
||||
*/
|
||||
#include <cstddef>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <opencv/cv.h>
|
||||
#include <opencv/highgui.h>
|
||||
#include <opencv/cv.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
if (argc < 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue