Merge pull request #2035 from dmerkushov/v1.x

bin_to_hex.h: include spdlog.h
pull/2047/head
Gabi Melman 4 years ago committed by GitHub
commit bd99496423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@
#pragma once
#include <cctype>
#include <spdlog/common.h>
//
// Support for logging binary data as hex

Loading…
Cancel
Save