SingleApplication: Add memory include

This commit is contained in:
Jonas Kvinge 2023-03-05 00:08:45 +01:00
parent 6515e06a13
commit 16e5d93be3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <cstdlib>
#include <limits>
#include <memory>
#include <boost/scope_exit.hpp>