pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3887 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3887 - trunk/pingus/src
Date: Mon, 21 Jul 2008 19:15:07 +0200

Author: grumbel
Date: 2008-07-21 19:15:06 +0200 (Mon, 21 Jul 2008)
New Revision: 3887

Modified:
   trunk/pingus/src/utf8_iterator.hpp
Log:
Added missing stdint.h

Modified: trunk/pingus/src/utf8_iterator.hpp
===================================================================
--- trunk/pingus/src/utf8_iterator.hpp  2008-07-20 14:20:08 UTC (rev 3886)
+++ trunk/pingus/src/utf8_iterator.hpp  2008-07-21 17:15:06 UTC (rev 3887)
@@ -18,6 +18,7 @@
 #ifndef HEADER_PINGUS_UTF8_ITERATOR_HPP
 #define HEADER_PINGUS_UTF8_ITERATOR_HPP
 
+#include <stdint.h>
 #include <string>
 
 class UTF8Iterator





reply via email to

[Prev in Thread] Current Thread [Next in Thread]