Skip to content

Commit 183c0e0

Browse files
committed
Pushing more little changes related to changes in DasherCore
1 parent 734e181 commit 183c0e0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

DasherCore

src/DasherController.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "DasherController.h"
2+
#include <iostream>
23

34
class XmlServerStore;
45

src/SocketInput.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <I18n.h>
44
#include <thread>
5+
#include <iostream>
56

67
#include "DasherInterfaceBase.h"
78
#include "DasherModel.h"

src/SocketInput.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#pragma once
22

33
#include "DasherInput.h"
4+
#include "DefaultFilter.h"
5+
6+
#ifdef _WIN32
7+
#include <SDKDDKVer.h> //Selects version for ASIO on Windows
8+
#endif
49
#include "asio.hpp"
5-
#include "DashIntfSettings.h"
6-
#include "PressFilter.h"
710

811
class SocketInput : public Dasher::CScreenCoordInput, public Dasher::CDefaultFilter
912
{

0 commit comments

Comments
 (0)