Add missing using statements for touchscreen

This commit is contained in:
John Lewin 2017-12-11 17:33:23 -08:00
parent c4f4026494
commit 98ec50d15f

View file

@ -32,6 +32,8 @@ using MatterHackers.Agg.Platform;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.PrinterCommunication;
using MatterHackers.MatterControl.SlicerConfiguration;
using MatterHackers.SerialPortCommunication.FrostedSerial;
namespace MatterHackers.MatterControl.ActionBar
{