System.Drawing is required for Point, Size and Rectangle types.

This commit is contained in:
Stefanos A 2013-10-12 05:07:46 +02:00
parent 1130d988b0
commit d27904292d

View file

@ -28,9 +28,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
#if !MINIMAL
using System.Drawing;
#endif
using System.Text;
using OpenTK.Platform;