lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6102] Include missing <cstring> header in the GUI test.


From: Vadim Zeitlin
Subject: [lmi-commits] [6102] Include missing <cstring> header in the GUI test.
Date: Sun, 25 Jan 2015 23:20:29 +0000

Revision: 6102
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6102
Author:   zeitlin
Date:     2015-01-25 23:20:28 +0000 (Sun, 25 Jan 2015)
Log Message:
-----------
Include missing <cstring> header in the GUI test.

This fixes compilation of the test under Unix: apparently, this header had
already been included indirectly under MSW, but include it explicitly as we
use std::strlen() in this file.

Modified Paths:
--------------
    lmi/trunk/wx_test_paste_census.cpp

Modified: lmi/trunk/wx_test_paste_census.cpp
===================================================================
--- lmi/trunk/wx_test_paste_census.cpp  2015-01-25 00:53:46 UTC (rev 6101)
+++ lmi/trunk/wx_test_paste_census.cpp  2015-01-25 23:20:28 UTC (rev 6102)
@@ -43,6 +43,7 @@
 #include <wx/uiaction.h>
 
 #include <algorithm>
+#include <cstring>
 #include <set>
 #include <sstream>
 




reply via email to

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