Add missing header to qa

(cherry picked from commit 9c00a7a5c3)
This commit is contained in:
Seth Hillbrand 2019-04-08 12:27:43 -07:00 committed by John Beard
parent 25b6ac61cb
commit b6c9d4a88c
1 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@
#include "eeschema_test_utils.h"
#include <cstdlib>
wxFileName KI_TEST::GetEeschemaTestDataDir()
{
const char* env = std::getenv( "KICAD_TEST_EESCHEMA_DATA_DIR" );