Skip to content

Commit 96280c2

Browse files
The9CatCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9ec0a74 commit 96280c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/PhaseSpace/hdf5bods.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ style by porting over the ascii_to_hdf5 routine().
6969
*/
7070

7171
// C++ std
72+
#include <algorithm>
7273
#include <filesystem>
7374
#include <iostream>
7475
#include <iomanip>
75-
#include <cstdlib>
7676
#include <fstream>
7777
#include <sstream>
7878
#include <chrono>

0 commit comments

Comments
 (0)