< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h

Print this page

        

@@ -22,11 +22,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 #import <Cocoa/Cocoa.h>
-
+#import <Metal/Metal.h>
+#import <MetalKit/MetalKit.h>
 #import "CDragSource.h"
 #import "CDropTarget.h"
 
 @interface AWTView : NSView<NSTextInputClient, CDragSourceHolder, CDropTargetHolder> {
 @private
< prev index next >