Skip to content

Commit

Permalink
add header #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 10, 2024
1 parent 2ddf6c3 commit 38894ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OdbDesignServer/Controllers/FileModelController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#include "UrlEncoding.h"
#include <memory>
#include <FileModel/Design/FileArchive.h>
#include <sstream>
#include <string>
#include "crow_win.h"
#include "App/RouteController.h"


using namespace Odb::Lib::App;
Expand Down
1 change: 1 addition & 0 deletions Utils/JsonCrowReturnable.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "IJsonable.h"
#include "CrowReturnable.h"
#include <string>

namespace Utils
{
Expand Down
3 changes: 3 additions & 0 deletions Utils/crow_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#include "win.h"
#include "crow.h"
#include "crow/middlewares/cors.h"
#include "crow/app.h"
#include "crow/http_request.h"
#include "crow/http_response.h"


using CrowApp = crow::Crow<crow::CORSHandler>;

0 comments on commit 38894ff

Please sign in to comment.