Commit 3a0480a4 authored by Thomas Klausner's avatar Thomas Klausner

Add missing include of stdlib.h.

parent 1fa99da3
......@@ -23,6 +23,7 @@
#include "song/Filter.hxx"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
DatabaseVisitorHelper::DatabaseVisitorHelper(const DatabaseSelection &_selection,
......
......@@ -33,6 +33,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
static constexpr Domain audiofile_domain("audiofile");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment