Change #import to #include
This commit is contained in:
parent
f780342851
commit
853658b3fc
3
list.cpp
3
list.cpp
|
@ -17,7 +17,8 @@
|
|||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "list.hpp"
|
||||
#import <stdexcept>
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace realm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue