Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Feb 20, 2024
1 parent 6902a45 commit 445bddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/cli/device.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <MaaToolKit/MaaToolKitAPI.h>
#include <MaaToolkit/MaaToolkitAPI.h>
#include <MaaFramework/MaaDef.h>

#include "Config/DeviceConfig.h"
Expand Down
2 changes: 1 addition & 1 deletion source/cli/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <unordered_set>

#include <MaaFramework/MaaAPI.h>
#include <MaaToolKit/MaaToolKitAPI.h>
#include <MaaToolkit/MaaToolkitAPI.h>

#include "Cache/AdbConfigCache.h"
#include "Config/ConfigMgr.h"
Expand Down

0 comments on commit 445bddb

Please sign in to comment.