Skip to content

Commit

Permalink
COMP: Fix DICOM/Core build ensuring Qt headers can always be included
Browse files Browse the repository at this point in the history
This commit fixes a regression introduced in c819ae7 (BUG: Mark translatable
strings in DICOM/Core)
  • Loading branch information
jcfr committed Mar 22, 2023
1 parent c819ae7 commit 04618a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define __ctkDICOMDisplayedFieldGeneratorRadiotherapySeriesDescriptionRule_h

// Qt includes
#include <QCoreApplication.h>
#include <QCoreApplication>
#include <QStringList>

#include "ctkDICOMDisplayedFieldGeneratorAbstractRule.h"
Expand Down
2 changes: 1 addition & 1 deletion Libs/DICOM/Core/ctkDICOMItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <dcmtk/dcmdata/dcdatset.h> // DCMTK DcmDataset

#include <QCoreApplication.h>
#include <QCoreApplication>
#include <QtCore>

class DcmDataDictionary;
Expand Down

0 comments on commit 04618a4

Please sign in to comment.