Commit 7bf8d3c6 authored by Adam Paquette's avatar Adam Paquette Committed by acpaquette
Browse files

Fixed up includes in failing linux builds

parent b88dcb91
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ find files of those names at the top level of this repository. **/
#include "IString.h"
#include "SpecialPixel.h"

#include "AbstractTableModel.h"
#include "TableColumn.h"


+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ For more details about the LICENSE terms and the AUTHORS, you will
find files of those names at the top level of this repository. **/

/* SPDX-License-Identifier: CC0-1.0 */
#include <functional>

#include <QObject>

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ For more details about the LICENSE terms and the AUTHORS, you will
find files of those names at the top level of this repository. **/

/* SPDX-License-Identifier: CC0-1.0 */
#include <functional>

#include <QObject>
#include <QPair>