Skip to content

Commit

Permalink
fix missing includes
Browse files Browse the repository at this point in the history
Needed for macos/apple-clang builds
  • Loading branch information
vvolkl committed Oct 19, 2024
1 parent 8464f3c commit fcd4bad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cpp/src/EXAMPLE/dumpmctree-dot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
#include "IOIMPL/LCFactory.h"

#include <getopt.h>

#include <algorithm>
#include <cmath>
#include <fstream>
#include <iomanip>
#include <algorithm>
#include <sstream>
#include <string>

using namespace EVENT;
Expand Down

0 comments on commit fcd4bad

Please sign in to comment.