[gnote] Fix missing headers.



commit 6068c7fd1557ad098b7e9a2db0bb4477768f284b
Author: Hubert Figuiere <hub figuiere net>
Date:   Sat Jun 20 15:52:07 2009 -0400

    Fix missing headers.

 NEWS                                               |    1 +
 .../stickynoteimport/stickynoteimportnoteaddin.cpp |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 17fb5b6..8ddb8ce 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Fixes:
     characters.
   * Fix a crash in the recent notes when clicking on the empty
     space. (Closes #586081)
+  * Fix missing headers.
 
 Translations:
 
diff --git a/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp b/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp
index dfd9110..45e17e6 100644
--- a/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp
+++ b/src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp
@@ -17,6 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <string.h>
+
 #include <boost/format.hpp>
 
 #include <glibmm/i18n.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]