Merge pull request #4715 from hzeller/feature-20241106-use-stdlib-for-free

Include cstdlib for free()
This commit is contained in:
Emil J 2024-11-08 19:07:42 +01:00 committed by GitHub
commit 0aa2f0efdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "subcircuit.h"
#include <algorithm>
#include <cstdlib>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>