Add <array> include where needed, to make it build on FreeBSD.

REVIEW: 122090
icc-effect-5.14.5
Tobias C. Berner 2015-01-17 09:34:40 +01:00 committed by Raphael Kubo da Costa
parent 60ebdbe352
commit ef3f0f753b
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>