Skip to content

Commit

Permalink
use cpp header for strtok (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul authored Feb 13, 2024
1 parent 78d9ddb commit f563dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdks/manage/src/cpp/sdk/cpptest/ManageSDKTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include <unistd.h>
#include<bits/stdc++.h>
#include <cstring>
#include "ManageSDKTest.h"

using namespace std;
Expand Down

0 comments on commit f563dca

Please sign in to comment.