Missing includes

This commit is contained in:
Dan Paulat 2023-04-17 18:31:23 -05:00
parent a3afd71f03
commit d8b669262c
5 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#include <scwx/qt/main/application.hpp> #include <scwx/qt/main/application.hpp>
#include <scwx/util/logger.hpp> #include <scwx/util/logger.hpp>
#include <condition_variable>
namespace scwx namespace scwx
{ {
namespace qt namespace qt

View file

@ -1,5 +1,6 @@
#pragma once #pragma once
#include <memory>
#include <streambuf> #include <streambuf>
namespace scwx namespace scwx

View file

@ -1,6 +1,7 @@
#pragma once #pragma once
#include <istream> #include <istream>
#include <memory>
namespace scwx namespace scwx
{ {

View file

@ -3,6 +3,7 @@
#include <chrono> #include <chrono>
#include <filesystem> #include <filesystem>
#include <string> #include <string>
#include <vector>
namespace scwx namespace scwx
{ {

View file

@ -5,6 +5,7 @@
#include <chrono> #include <chrono>
#include <memory> #include <memory>
#include <string> #include <string>
#include <vector>
namespace scwx namespace scwx
{ {