Revision d877963ebd8876fb6d435425371148d25ebcf0cb authored by Lars Bilke on 22 February 2021, 07:49:09 UTC, committed by Lars Bilke on 22 February 2021, 07:49:09 UTC
Some web styling and fixes

See merge request ogs/ogs!3455
2 parent s 30f9366 + 840bc12
Raw File
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top