Decrease compile time (#886)

This commit is contained in:
Murat Seker
2020-07-21 19:35:25 +02:00
committed by GitHub
parent d6573048e7
commit 6362cfcc1b
3 changed files with 14 additions and 5 deletions

View File

@@ -14,9 +14,12 @@
#include <utils/VideoMode.h>
#include <utils/Logger.h>
// flatbuffer FBS
#include "hyperion_reply_generated.h"
#include "hyperion_request_generated.h"
#include <flatbuffers/flatbuffers.h>
namespace hyperionnet
{
class Reply;
}
///
/// Connection class to setup an connection to the hyperion server and execute commands.