Browse Source

* Add #include <cstring> to fix gcc-4.3 build.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
db166f5ec0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cxx/cxxtest.cpp

+ 1
- 0
cxx/cxxtest.cpp View File

@@ -13,6 +13,7 @@
*/ */


#include <iostream> #include <iostream>
#include <cstring>


#include <cucul++.h> #include <cucul++.h>
#include <caca++.h> #include <caca++.h>


Loading…
Cancel
Save