Skip to content

Commit

Permalink
Add missing C++ include
Browse files Browse the repository at this point in the history
Added C++ include <thread> for std::this_thread.

Refs #13121
  • Loading branch information
kmdewaal committed Jul 13, 2020
1 parent 8cf47d3 commit 18e7ec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmythtv/recorders/satipstreamhandler.cpp
@@ -1,5 +1,8 @@
// -*- Mode: c++ -*-

// C+++ headers
#include <thread>

// Qt headers
#include <QString>
#include <QMap>
Expand Down

0 comments on commit 18e7ec7

Please sign in to comment.