Browse Source

Match .inc as a header extension

default_compile_flags
vector-of-bool 4 years ago
parent
commit
9b01087a92
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/dds/source/file.cpp

+ 1
- 0
src/dds/source/file.cpp View File

@@ -18,6 +18,7 @@ std::optional<source_kind> dds::infer_source_kind(path_ref p) noexcept {
".hh",
".hpp",
".hxx",
".inc",
".inl",
".ipp",
};

Loading…
Cancel
Save