Wrap all STL includes to support drv:: and eng::
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#ifndef SCHED_HPP
|
||||
#define SCHED_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <set>
|
||||
#include "wrap-set.hpp"
|
||||
|
||||
#include "streambuffer.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class SchedEntry {
|
||||
private:
|
||||
friend class Schedule;
|
||||
|
||||
Reference in New Issue
Block a user