Skip to content

Commit

Permalink
Added another couple of missing includes (for some compilers)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Oct 16, 2024
1 parent f723292 commit 8f5a46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2018-2024 Charlie Vanaret
// Licensed under the MIT license. See LICENSE file in the project directory for details.

#include <iostream>
#include <sstream>
#include <iomanip>
#include <algorithm>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions uno/optimization/Multipliers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#ifndef UNO_MULTIPLIERS_H
#define UNO_MULTIPLIERS_H

#include <cmath>
#include "linear_algebra/Vector.hpp"

namespace uno {
Expand Down

0 comments on commit 8f5a46e

Please sign in to comment.