Skip to content

Commit

Permalink
chg: mac: compile test again
Browse files Browse the repository at this point in the history
  • Loading branch information
elsamuko committed Jun 14, 2022
1 parent c058522 commit c871f83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/TestPerformance/src/TestStringSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
#include "boost/algorithm/searching/knuth_morris_pratt.hpp"

#include <string>
#ifndef __APPLE__
#include <functional>
#else
#include <experimental/functional>
#endif

#include "PerformanceUtils.hpp"
#include "licence.hpp"
#include "mischasan.hpp"
#include "stdstr.hpp"
#include "ssefind.hpp"

#ifdef __APPLE__
namespace std { using namespace experimental; }
#endif

BOOST_AUTO_TEST_CASE( Test_find ) {
printf( "String search\n" );

Expand Down

0 comments on commit c871f83

Please sign in to comment.