COMP: Fix HP continuous. Pull stl headers into CMake header files using cmStandardIncludes.h

This commit is contained in:
David Cole 2008-07-09 16:30:53 -04:00
parent 71f61636b6
commit d7b9041516
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@
#ifndef cmCPackComponentGroup_h
#define cmCPackComponentGroup_h
#include <map>
#include <string>
#include <vector>
#include "cmStandardIncludes.h"
class cmCPackComponentGroup;