Add missing include

This commit is contained in:
Alex 2022-10-05 20:21:38 +03:00
parent a0aff2dc70
commit c019ae3b89
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <memory>
#include <map>
#include <vector>
#include <string>
class PROJECT;
class SCH_SYMBOL;