Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Lord-Turmoil/minet-core int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
Lord-Turmoil committed Dec 2, 2024
2 parents 709b2dd + af49357 commit c51bad6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(BINARY_NAME minetcore)
set(CMAKE_CXX_STANDARD 17)

project(${PROJECT_NAME}
VERSION 0.1.0
VERSION 1.0.0
DESCRIPTION "A mini HTTP server library with C++"
LANGUAGES CXX)

Expand Down
1 change: 1 addition & 0 deletions src/core/HttpContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "minet/common/Http.h"

#include "io/Stream.h"
#include "io/StreamReader.h"
#include "utils/Network.h"

#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion tests/AsyncParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "minet/utils/Parser.h"

#include "io/Stream.h"
#include "io/StreamReader.h"

#include "doctest.h"

Expand Down

0 comments on commit c51bad6

Please sign in to comment.