Skip to content

Commit 2f6b487

Browse files
committed
fix compiling issues for iOS and Mac
1 parent f2e5322 commit 2f6b487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bq_common/platform/ios_misc.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* distributed under the License is distributed on an "AS IS" BASIS,
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
*/
12-
#include "bq_common/platform/platform_misc.h"
12+
#include "bq_common/bq_common.h"
1313
#if BQ_IOS
1414
#import <Foundation/Foundation.h>
1515
#import <UIKit/UIKit.h>

src/bq_common/platform/mac_misc.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* distributed under the License is distributed on an "AS IS" BASIS,
1010
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
*/
12-
#include "bq_common/platform/platform_misc.h"
12+
#include "bq_common/bq_common.h"
1313
#if BQ_MAC
1414
#import <Foundation/Foundation.h>
1515
#include <pthread.h>

0 commit comments

Comments
 (0)