Skip to content

Commit

Permalink
added missing header...strange it compiles on my machine ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Nov 20, 2017
1 parent cc3d1d9 commit e914096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/tests/unit/service_bytes2hex.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "catch.hpp"

#include "bytes2hexbuf.h"
#include <cstring>

TEST_CASE("bytes2hex_lower_") {
SECTION("bytes are converted to lowercase hex") {
Expand Down

0 comments on commit e914096

Please sign in to comment.