diff options
Diffstat (limited to 'Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h')
-rw-r--r-- | Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h b/Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h index 4c17f8d..eae22ea 100644 --- a/Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h +++ b/Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h @@ -4,11 +4,11 @@ #ifndef cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool_h #define cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool_h -#include "cmBinUtilsWindowsPEGetRuntimeDependenciesTool.h" - #include <string> #include <vector> +#include "cmBinUtilsWindowsPEGetRuntimeDependenciesTool.h" + class cmRuntimeDependencyArchive; class cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool |