Skip to content

Commit

Permalink
Web.test: Corrects include path
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 18, 2024
1 parent feee6c2 commit ca60d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/Web/tests/Web.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extern int WebRequest(const string method, // HTTP method
);

// Includes.
#include "../../Platform/Platform.h"
#include "../../Platform.h"
#include "../Web.h"

int main(int argc, char **argv) {
Expand Down

0 comments on commit ca60d77

Please sign in to comment.