Skip to content

Commit

Permalink
Prevent cpplint from complaining because of <shared_mutex>
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Oxoby <[email protected]>
  • Loading branch information
Juan Oxoby committed Jul 27, 2020
1 parent 91516b3 commit 4ca8a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeShared.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <iostream>
#include <map>
#include <mutex>
#include <shared_mutex>
#include <shared_mutex> //NOLINT
#include <string>
#include <thread>
#include <vector>
Expand Down

0 comments on commit 4ca8a07

Please sign in to comment.