Update test_list.cpp

Fixing bug on gcc
This commit is contained in:
Michael Tryby
2019-04-11 14:28:43 -04:00
parent d79c766b71
commit 57a5f6f1b0

View File

@@ -13,8 +13,9 @@
******************************************************************************
*/
#define BOOST_TEST_MODULE list
#include <string.h>
#define BOOST_TEST_MODULE list
#include <boost/test/unit_test.hpp>
#include "util/list.h"