1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Corrects accidental use of #import.

This commit is contained in:
Thomas Harte 2019-09-18 21:53:22 -04:00
parent 839e51d92d
commit 4f0f1dcf18

View File

@ -393,7 +393,7 @@ template <typename Executor> class Target: public Bus::Observer, public Responde
continuation next_function_;
};
#import "TargetImplementation.hpp"
#include "TargetImplementation.hpp"
}
}