Clang (and possibly other stricter compilers require that you actually include all of what you use. unlike G++

portability/boost
Rachel Fae Fox (foxiepaws) 2019-07-18 02:32:59 -04:00
parent 8f9c518d34
commit 3f98a5a68f
4 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#include <deque>
#include <unordered_map>
#include <atomic>
#include <array>
#include <QIODevice>
#include <QAudioOutput>
#include <QSemaphore>

View File

@ -7,7 +7,7 @@
#include <list>
#include <vector>
#include <string>
#include <array>
#include <QString>
namespace Xybrid::Data {

View File

@ -3,7 +3,7 @@
#include <memory>
#include <functional>
#include <unordered_map>
#include <array>
#include "nodelib/basics.h"
#include "data/node.h"

View File

@ -3,6 +3,7 @@ using namespace Xybrid::NodeLib;
#include <cmath>
#include <iostream>
#include <array>
namespace {
const constexpr double PI = 3.141592653589793238462643383279502884197169399375105820974;