summaryrefslogtreecommitdiff
path: root/geom_matching/wasserstein/include/spdlog/fmt/ostr.h
diff options
context:
space:
mode:
Diffstat (limited to 'geom_matching/wasserstein/include/spdlog/fmt/ostr.h')
-rw-r--r--geom_matching/wasserstein/include/spdlog/fmt/ostr.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/geom_matching/wasserstein/include/spdlog/fmt/ostr.h b/geom_matching/wasserstein/include/spdlog/fmt/ostr.h
new file mode 100644
index 0000000..49b5e98
--- /dev/null
+++ b/geom_matching/wasserstein/include/spdlog/fmt/ostr.h
@@ -0,0 +1,17 @@
+//
+// Copyright(c) 2016 Gabi Melman.
+// Distributed under the MIT License (http://opensource.org/licenses/MIT)
+//
+
+#pragma once
+
+// include external or bundled copy of fmtlib's ostream support
+//
+#if !defined(SPDLOG_FMT_EXTERNAL)
+#include "spdlog/fmt/fmt.h"
+#include "spdlog/fmt/bundled/ostream.h"
+#else
+#include <fmt/ostream.h>
+#endif
+
+