Skip to content

Commit 2969bec

Browse files
committed
gpl: clang-tidy
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent 2670fd5 commit 2969bec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gpl/src/nesterovPlace.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
#include "nesterovPlace.h"
77

8+
#include <spdlog/fmt/bundled/format.h>
9+
810
#include <algorithm>
911
#include <cmath>
10-
#include <cstddef>
1112
#include <cstdint>
1213
#include <cstdlib>
1314
#include <filesystem>

0 commit comments

Comments
 (0)