Add <array> include where needed, to make it build on FreeBSD.
REVIEW: 122090
This commit is contained in:
parent
60ebdbe352
commit
ef3f0f753b
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QMatrix4x4>
|
||||
#include <QVarLengthArray>
|
||||
|
||||
#include <array>
|
||||
#include <deque>
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -53,6 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "workspace.h"
|
||||
#include "decorations/decoratedclient.h"
|
||||
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
#include <unistd.h>
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Reference in a new issue