ERR: Missing forward declaration of cmMakeDepend added.

This commit is contained in:
Brad King 2002-01-17 10:48:37 -05:00
parent 26f5ac3b49
commit 4688198996
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
class cmFunctionBlocker;
class cmCommand;
class cmMakefileGenerator;
class cmMakeDepend;
/** \class cmMakefile
* \brief Process the input CMakeLists.txt file.