Skip to content

Commit

Permalink
FDS input: fix missing include of cstdlib header
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 committed Mar 14, 2021
1 parent 518f596 commit e451558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/input/fds/Builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifndef FDS_BUILDER_HPP
#define FDS_BUILDER_HPP

#include <cstdlib>
#include <memory>
#include <libfds.h>

Expand Down

0 comments on commit e451558

Please sign in to comment.