Skip to content

Commit

Permalink
Add missing STL headers for CPA
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Mar 1, 2024
1 parent 89741de commit af95aad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/teqp/models/CPA.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once

#include <optional>
#include <variant>

#include "nlohmann/json.hpp"
#include <Eigen/Dense>
#include "teqp/types.hpp"
Expand Down

0 comments on commit af95aad

Please sign in to comment.