From d46f3a7180afdb5213afc80c97ae5fc8db43248a Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 23 Apr 2017 18:39:59 +0500 Subject: 2017-04-23 --- Section.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Section.hpp') diff --git a/Section.hpp b/Section.hpp index 14ea2f8..8e1a0d1 100644 --- a/Section.hpp +++ b/Section.hpp @@ -2,6 +2,7 @@ #include #include +#include #include "Block.hpp" #include "Field.hpp" @@ -17,6 +18,7 @@ class Section { byte *m_dataSkyLight = nullptr; byte m_bitsPerBlock = 0; std::vector m_blocks; + std::condition_variable parseWaiter; public: void Parse(); -- cgit v1.2.3