Fixing forgotten namespace.
This commit is contained in:
parent
8e96e38099
commit
6e5d232ccc
|
@ -7,7 +7,6 @@
|
|||
namespace top_tweet {
|
||||
|
||||
using namespace simdjson;
|
||||
using namespace simdjson::builtin;
|
||||
|
||||
struct simdjson_ondemand {
|
||||
using StringType=std::string_view;
|
||||
|
|
Loading…
Reference in New Issue