mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Corrects accidental use of #import.
This commit is contained in:
parent
839e51d92d
commit
4f0f1dcf18
@ -393,7 +393,7 @@ template <typename Executor> class Target: public Bus::Observer, public Responde
|
||||
continuation next_function_;
|
||||
};
|
||||
|
||||
#import "TargetImplementation.hpp"
|
||||
#include "TargetImplementation.hpp"
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user