Skip to content

Commit e451558

Browse files
committed
FDS input: fix missing include of cstdlib header
1 parent 518f596 commit e451558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/input/fds/Builder.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#ifndef FDS_BUILDER_HPP
99
#define FDS_BUILDER_HPP
1010

11+
#include <cstdlib>
1112
#include <memory>
1213
#include <libfds.h>
1314

0 commit comments

Comments
 (0)