Skip to content
Snippets Groups Projects
Commit 7bf8d3c6 authored by Adam Paquette's avatar Adam Paquette Committed by acpaquette
Browse files

Fixed up includes in failing linux builds

parent b88dcb91
Branches
Tags
No related merge requests found
......@@ -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"
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment