diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-05-30 12:00:00 -0400 |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-06-01 08:54:20 -0400 |
commit | b36d1bdd9d235af24af401b671ebfa6e8d65e771 (patch) | |
tree | de039085b6deb21dfbe9ee7f4fd64a054d9c1352 /Source/cmInstallCommand.cxx | |
parent | 67dd68765700bbd6a981700c04f45b28cdc85587 (diff) | |
download | cmake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.gz |
Single location for cmProp typedef
Diffstat (limited to 'Source/cmInstallCommand.cxx')
-rw-r--r-- | Source/cmInstallCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index ac57bc28e3..178af738a5 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -28,6 +28,7 @@ #include "cmMakefile.h" #include "cmMessageType.h" #include "cmPolicies.h" +#include "cmProperty.h" #include "cmStateTypes.h" #include "cmStringAlgorithms.h" #include "cmSubcommandTable.h" |