Solution:
require_once( plugin_dir_path( __FILE__ ) . 'TheFileYouWantToImport.php' );
it’s what you need.