fixup printer.cpp

pull/708/head
Michael 5 years ago
parent 533d12e52e
commit 302c0ff18c
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -53,7 +53,7 @@ ANDROID_LOCAL_PROPS=$(ANDROID_DIR)/local.properties
GRADLE ?= gradle
JAVA_HOME ?= /usr/lib/jvm/default-java
TOOLCHAIN ?=
TOOLCHAIN ?=
# native avx2 code
AVX2 ?= OFF
@ -63,7 +63,7 @@ NON_PC_TARGET ?= OFF
STATIC_LINK ?= OFF
# enable network namespace isolation
NETNS ?= OFF
# enable shell hooks callbacks
# enable shell hooks callbacks
SHELL_HOOKS ?= OFF
# cross compile?
CROSS ?= OFF
@ -78,7 +78,7 @@ CMAKE_GEN ?= Unix Makefiles
ifdef NINJA
MAKE = $(NINJA)
MAKE = $(NINJA) -k0
CMAKE_GEN = Ninja
endif

@ -1,5 +1,7 @@
#include <util/printer.hpp>
#include <cctype>
namespace llarp
{
namespace

Loading…
Cancel
Save