We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d4e5f commit f94e121Copy full SHA for f94e121
1 file changed
include/osmium/io/pbf.hpp
@@ -46,7 +46,7 @@ namespace osmium {
46
inline std::vector<std::string> supported_pbf_compression_types() {
47
std::vector<std::string> types{"none", "zlib"};
48
49
-#if OSMIUM_WITH_LZ4
+#ifdef OSMIUM_WITH_LZ4
50
types.push_back("lz4");
51
#endif
52
0 commit comments