Source release 19.1.0
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#ifndef CDM_TEST_PRINTERS_H_
|
||||
#define CDM_TEST_PRINTERS_H_
|
||||
|
||||
#include <future>
|
||||
#include <iostream>
|
||||
|
||||
#include "OEMCryptoCENC.h"
|
||||
@@ -24,4 +25,9 @@ namespace okp {
|
||||
void PrintTo(const SystemState& state, std::ostream* os);
|
||||
} // namespace okp
|
||||
} // namespace wvcdm
|
||||
|
||||
namespace std {
|
||||
void PrintTo(future_status status, ostream* os);
|
||||
} // namespace std
|
||||
|
||||
#endif // CDM_TEST_PRINTERS_H_
|
||||
|
||||
Reference in New Issue
Block a user