From 4208ccd7d498034ce73b6dff38915953fae91fcf Mon Sep 17 00:00:00 2001 From: Marcin Wojdyr Date: Mon, 15 Jan 2024 23:41:30 +0100 Subject: [PATCH] update examples/auth_label.cpp --- examples/auth_label.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/auth_label.cpp b/examples/auth_label.cpp index 7eccc7004..7c5a0dc4a 100644 --- a/examples/auth_label.cpp +++ b/examples/auth_label.cpp @@ -1,11 +1,10 @@ // Compare pairs of columns from the _atom_site table. -// Compiled with: g++-6 -O2 -Iinclude auth_label.cc -lstdc++fs -lz #include #include #include -#include // just in C++17 +#include // requires C++17 -namespace fs = std::experimental::filesystem; +namespace fs = std::filesystem; namespace cif = gemmi::cif; void print_differences(cif::Block& block, const std::string& name) {