Patch #951 2006-03-23 15:24

dermeister

Missing include in codestatexec.cpp
Download
951-Missing_include.patch (493 bytes)
Category
Plugin::Bugfix
Status
Closed
Close date
2006-03-23 16:06
Assigned to
 
Index: src/plugins/contrib/codestat/codestatexec.cpp
===================================================================
--- src/plugins/contrib/codestat/codestatexec.cpp       (revision 2234)
+++ src/plugins/contrib/codestat/codestatexec.cpp       (working copy)
@@ -7,6 +7,7 @@
  * License:   GPL
  **************************************************************/
 
+#include <editormanager.h>
 #include "codestatexec.h"
 
 /** Count the lines on all project's files and display the results.
killerbot 2006-03-23 16:06

applied,

thanks for the feedback.