Skip to content

Commit a54e0bf

Browse files
committed
Missing include; Pair API changes
1 parent 4ef424a commit a54e0bf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/InputGatherer.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
///
88
#pragma once
99
#include "InputListener.hpp"
10+
#include <Langulus/Flow/Factory.hpp>
11+
#include <Langulus/Flow/Producible.hpp>
1012
#include <Langulus/Verbs/Create.hpp>
1113
#include <Langulus/Verbs/Interact.hpp>
1214

source/InputListener.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#pragma once
99
#include "Common.hpp"
1010
#include <Langulus/Flow/Factory.hpp>
11+
#include <Langulus/Flow/Producible.hpp>
1112
#include <Langulus/Flow/Time.hpp>
1213
#include <Langulus/Verbs/Create.hpp>
1314

0 commit comments

Comments
 (0)