mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Corrects accidental use of #import.
This commit is contained in:
@@ -393,7 +393,7 @@ template <typename Executor> class Target: public Bus::Observer, public Responde
|
||||
continuation next_function_;
|
||||
};
|
||||
|
||||
#import "TargetImplementation.hpp"
|
||||
#include "TargetImplementation.hpp"
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user