Add mutex to connectivity

We were piggy-backing on the includes from previous files that no longer
have mutex.
This commit is contained in:
Seth Hillbrand 2019-06-05 15:55:52 -07:00
parent b9927a0655
commit 90f06c56a9
1 changed files with 3 additions and 2 deletions

View File

@ -29,9 +29,10 @@
#include <core/typeinfo.h>
#include <wx/string.h>
#include <vector>
#include <memory>
#include <mutex>
#include <vector>
#include <wx/string.h>
#include <math/vector2d.h>
#include <geometry/shape_poly_set.h>