Skip to content

Commit

Permalink
Missing dependecy using Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 4, 2024
1 parent 4e1a332 commit 02fc4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fwk/AppFwk/cafPdmScripting/cafPdmFieldScriptingCapability.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
#include "cafPdmPtrField.h"
#include "cafPdmScriptIOMessages.h"

#include <QIODevice>

#define CAF_PDM_InitScriptableField( field, keyword, default, uiName, ... ) \
{ \
std::vector<QString> arguments = { __VA_ARGS__ }; \
Expand Down

0 comments on commit 02fc4b3

Please sign in to comment.