diff options
Diffstat (limited to 'src/tests/StringUtiltest.cc')
-rw-r--r-- | src/tests/StringUtiltest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/StringUtiltest.cc b/src/tests/StringUtiltest.cc index fb9caf8..a8d8d57 100644 --- a/src/tests/StringUtiltest.cc +++ b/src/tests/StringUtiltest.cc | |||
@@ -19,11 +19,13 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | #include "StringUtil.hh" | 22 | #include "FbTk/StringUtil.hh" |
23 | #ifndef _GNU_SOURCE | 23 | #ifndef _GNU_SOURCE |
24 | #define _GNU_SOURCE | 24 | #define _GNU_SOURCE |
25 | #endif //_GNU_SOURCE | 25 | #endif //_GNU_SOURCE |
26 | 26 | ||
27 | #include <cstring> | ||
28 | #include <cstdlib> | ||
27 | #include <vector> | 29 | #include <vector> |
28 | #include <iostream> | 30 | #include <iostream> |
29 | #include <memory> | 31 | #include <memory> |