Skip to content

Commit

Permalink
Merge pull request #4715 from hzeller/feature-20241106-use-stdlib-for…
Browse files Browse the repository at this point in the history
…-free

Include cstdlib for free()
  • Loading branch information
widlarizer authored Nov 8, 2024
2 parents cef87cc + 285fd5b commit 0aa2f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/subcircuit/subcircuit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "subcircuit.h"

#include <algorithm>
#include <cstdlib>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
Expand Down

0 comments on commit 0aa2f0e

Please sign in to comment.