summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-23 22:12:04 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-23 22:12:04 +0200
commit6de25379358e678731be30195c876dd99d14ec20 (patch)
tree5f648046ed8f678fa6223905893b57bb97b25f5f /vespalib
parentefa813a34dc4decad2b145002798b9207e9753b8 (diff)
Use nested namespace for search::transactionlog
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/stringfmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/stringfmt.h b/vespalib/src/vespa/vespalib/util/stringfmt.h
index f806368adf5..df23ad7c20a 100644
--- a/vespalib/src/vespa/vespalib/util/stringfmt.h
+++ b/vespalib/src/vespa/vespalib/util/stringfmt.h
@@ -1,8 +1,8 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-#include <cstdarg>
#include <vespa/vespalib/stllike/string.h>
+#include <cstdarg>
#ifndef PRId64
#define PRId64 "ld"