diff options
Diffstat (limited to 'Source/cmcmd.h')
-rw-r--r-- | Source/cmcmd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmcmd.h b/Source/cmcmd.h index 8da2103..cd6222d 100644 --- a/Source/cmcmd.h +++ b/Source/cmcmd.h @@ -13,7 +13,10 @@ #ifndef cmcmd_h #define cmcmd_h -#include "cmStandardIncludes.h" +#include <cmConfigure.h> // IWYU pragma: keep + +#include <string> +#include <vector> class cmcmd { |