1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 19:18:36 +01:00

Add missing memory include

This commit is contained in:
Jonas Kvinge 2020-03-08 19:13:13 +01:00
parent 4edfd9be30
commit 0213b6556b

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string>
#include <iostream>
#include <memory>
#include <cxxabi.h>
#include <glib.h>