Lock project files when opening; open locked projects read-only

Also clean up an include-what-you-use problem

Fixes https://gitlab.com/kicad/code/kicad/-/issues/8037
This commit is contained in:
Jon Evans
2021-04-02 19:29:56 -04:00
parent 8ea18c0639
commit c1573744be
6 changed files with 29 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@
#include "sg/scenegraph.h"
#include "plugins/3dapi/ifsg_api.h"
#include <common.h> // For ExpandEnvVarSubstitutions
#include <filename_resolver.h>
#include <paths.h>
#include <pgm_base.h>