From 02e43baca9574cd3b8655e2c442db407cfe76ccc Mon Sep 17 00:00:00 2001 From: Birch-san Date: Thu, 14 Jun 2018 00:47:06 +0100 Subject: [PATCH] fix another not-include --- Source/ExposesComponents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ExposesComponents.h b/Source/ExposesComponents.h index 2cc0112..c42d193 100644 --- a/Source/ExposesComponents.h +++ b/Source/ExposesComponents.h @@ -5,7 +5,7 @@ #pragma once -#import "FilePickerFragment.h" +#include "FilePickerFragment.h" class ExposesComponents { public: