diff options
Diffstat (limited to 'Source/cmExportSet.cxx')
-rw-r--r-- | Source/cmExportSet.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmExportSet.cxx b/Source/cmExportSet.cxx index 0059b64..83c4fdc 100644 --- a/Source/cmExportSet.cxx +++ b/Source/cmExportSet.cxx @@ -11,9 +11,10 @@ ============================================================================*/ #include "cmExportSet.h" -#include "cmTargetExport.h" + #include "cmAlgorithms.h" #include "cmLocalGenerator.h" +#include "cmTargetExport.h" cmExportSet::~cmExportSet() { |