mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-14 12:26:08 +00:00
fix(userspace/engine): properly include stdexcept header to fix build.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
11644ecafc
commit
ccd3c896de
@ -21,6 +21,7 @@ limitations under the License.
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
class falco_event_types
|
class falco_event_types
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user