diff options
Diffstat (limited to 'Source/cmTargetLinkOptionsCommand.h')
-rw-r--r-- | Source/cmTargetLinkOptionsCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTargetLinkOptionsCommand.h b/Source/cmTargetLinkOptionsCommand.h index 3710739..918a8d7 100644 --- a/Source/cmTargetLinkOptionsCommand.h +++ b/Source/cmTargetLinkOptionsCommand.h @@ -8,7 +8,7 @@ #include <string> #include <vector> -#include "cm_memory.hxx" +#include <cm/memory> #include "cmCommand.h" #include "cmTargetPropCommandBase.h" |