Skip to content

Commit

Permalink
Change a C to C++ header
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Jul 24, 2024
1 parent 14a3798 commit 6b5be12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/catchment/Formulation_Manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <functional>
#include <dirent.h>
#include <sys/stat.h>
#include <errno.h>
#include <cerrno>
#include <regex>
#include <sys/types.h>
#include <unistd.h>
Expand Down

0 comments on commit 6b5be12

Please sign in to comment.