Skip to content

Commit

Permalink
including "functional" in the generated cpp marker classes
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Nov 5, 2023
1 parent 695fc35 commit a902971
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions xml_converter/generators/generate_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def generate_cpp_variable_data(

cpp_includes.cpp_absolute_includes.add("iosfwd")
cpp_includes.cpp_absolute_includes.add("string")
cpp_includes.hpp_absolute_includes.add("functional")
cpp_includes.cpp_relative_includes.add("rapidxml-1.13/rapidxml.hpp")
cpp_includes.cpp_relative_includes.add("string_helper.hpp")
cpp_includes.cpp_relative_includes.add("rapid_helpers.hpp")
Expand Down
1 change: 1 addition & 0 deletions xml_converter/src/category_gen.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <functional>
#include <map>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions xml_converter/src/icon_gen.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <functional>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions xml_converter/src/trail_gen.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <functional>
#include <string>
#include <vector>

Expand Down

0 comments on commit a902971

Please sign in to comment.