Readd missing drawing namespace.
This commit is contained in:
parent
3dc6ad223f
commit
6eecf54c57
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
#if ANDROID || IPHONE || MINIMAL
|
||||
using System;
|
||||
|
||||
#if !MINIMAL
|
||||
using System.Drawing;
|
||||
#endif
|
||||
|
||||
namespace OpenTK
|
||||
{
|
||||
// Override a number of System.* classes when compiling for
|
||||
|
|
Loading…
Reference in a new issue