Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 636058
Collapse All | Expand All

(-)SuperCollider-Source/server/plugins/DiskIO_UGens.cpp (+1 lines)
Lines 28-33 Link Here
28
28
29
#include <atomic>
29
#include <atomic>
30
#include <new>
30
#include <new>
31
#include <functional>
31
#include <SC_Lock.h>
32
#include <SC_Lock.h>
32
33
33
#include <boost/lockfree/queue.hpp>
34
#include <boost/lockfree/queue.hpp>
(-)SuperCollider-Source/lang/LangPrimSource/PyrSched.cpp (+1 lines)
Lines 37-42 Link Here
37
#include <string.h>
37
#include <string.h>
38
#include <math.h>
38
#include <math.h>
39
#include <limits>
39
#include <limits>
40
#include <functional>
40
41
41
#if defined(__APPLE__) || defined(__linux__)
42
#if defined(__APPLE__) || defined(__linux__)
42
# include <pthread.h>
43
# include <pthread.h>
(-)SuperCollider-Source/lang/LangPrimSource/PyrSerialPrim.cpp (+1 lines)
Lines 36-41 Link Here
36
#include <termios.h>
36
#include <termios.h>
37
#include <unistd.h>
37
#include <unistd.h>
38
#include <boost/atomic.hpp>
38
#include <boost/atomic.hpp>
39
#include <functional>
39
40
40
#include <stdexcept>
41
#include <stdexcept>
41
#include <sstream>
42
#include <sstream>

Return to bug 636058