Fix wrong include
This commit is contained in:
parent
bf99bef291
commit
2ab3bfc2e1
@ -31,7 +31,7 @@ struct commander_result {
|
||||
bool exited;
|
||||
|
||||
#ifdef WAPP_PLATFORM_WINDOWS
|
||||
#include "misc_utils.h"
|
||||
#include "../../../../common/misc/misc_utils.h"
|
||||
wapp_misc_utils_padding_size(sizeof(bool) + sizeof(i32) + sizeof(CMDError));
|
||||
#endif // !WAPP_PLATFORM_WINDOWS
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user