Add a missing header to BackgroundDesktop.cc

This commit is contained in:
Ryan Prichard 2016-05-30 04:19:40 -05:00
parent e60ef0101a
commit 4815d6f9f2

View File

@ -20,6 +20,8 @@
#include "BackgroundDesktop.h"
#include <memory>
#include "DebugClient.h"
#include "StringUtil.h"
#include "WinptyException.h"