Skip to content

Commit

Permalink
Fixed up includes in failing linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Mar 29, 2024
1 parent b88dcb9 commit 7bf8d3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion isis/src/qisis/objs/CnetEditorWidget/AbstractTreeItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
1 change: 1 addition & 0 deletions isis/src/qisis/objs/CnetEditorWidget/AbstractTreeModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7bf8d3c

Please sign in to comment.