Skip to content

Commit

Permalink
Another missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Aug 19, 2024
1 parent 374e7a9 commit 92f9960
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/teqp/algorithms/pure_param_optimization.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once

#include <tuple>
#include <variant>

#include "nlohmann/json.hpp"
#include "teqp/cpp/teqpcpp.hpp"
#include "teqp/exceptions.hpp"
Expand All @@ -8,8 +11,6 @@
#include <boost/asio/thread_pool.hpp>
#include <boost/asio/post.hpp>

#include <tuple>

namespace teqp::algorithms::pure_param_optimization {

struct SatRhoLPoint{
Expand Down

0 comments on commit 92f9960

Please sign in to comment.