Skip to content

Commit

Permalink
Fix compile errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Oct 9, 2024
1 parent 209fd51 commit d1ff0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/simplnx/DataStructure/DataMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>

namespace nx::core
Expand Down
1 change: 1 addition & 0 deletions src/simplnx/DataStructure/DataObject.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>

namespace nx::core
Expand Down

0 comments on commit d1ff0bf

Please sign in to comment.