You can include it from the qa-plugin.php file, which means the code from it will be available to all plugin files.
That's not the most efficient way though, because it will be included on every page load even if the plugin doesn't run. There is no problem with including it with include_once when you actually need to use it.