Browse Source

ERR: Missing forward declaration of cmMakeDepend added.

Brad King 24 years ago
parent
commit
4688198996
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmMakefile.h

+ 1 - 0
Source/cmMakefile.h

@@ -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.