File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
2- project (OpenABF VERSION 1.1)
2+ project (OpenABF VERSION 1.1.1 )
33
44# Setup project directories
55set (EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR} /bin)
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include < exception >
3+ #include < stdexcept >
44#include < string>
55
66namespace OpenABF
Original file line number Diff line number Diff line change 11#pragma once
22
33#include < array>
4+ #include < iostream>
45
56#include " OpenABF/Math.hpp"
67
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
2222// #include "OpenABF/Exceptions.hpp"
2323
2424
25- #include < exception >
25+ #include < stdexcept >
2626#include < string>
2727
2828namespace OpenABF
@@ -159,6 +159,7 @@ constexpr auto to_degrees(T2 rad) -> T
159159
160160
161161#include < array>
162+ #include < iostream>
162163
163164// #include "OpenABF/Math.hpp"
164165
You can’t perform that action at this time.
0 commit comments