Browse Source

Missing #include in fs.cpp

default_compile_flags
vector-of-bool 5 years ago
parent
commit
b33692215a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/dds/util/fs.cpp

+ 2
- 0
src/dds/util/fs.cpp View File

@@ -2,6 +2,8 @@

#include <spdlog/fmt/fmt.h>

#include <sstream>

using namespace dds;

std::fstream dds::open(const fs::path& filepath, std::ios::openmode mode, std::error_code& ec) {

Loading…
Cancel
Save