Skip to content

Commit

Permalink
Refs #21324: Add missing includes to build on windows
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 17, 2024
1 parent e425fdf commit 6040b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $fileHeader(ctx=ctx, file=[ctx.filename, "Application.hpp"], description=["This

#include <atomic>
#include <memory>
#include <string>

class $ctx.filename$Application
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ main(ctx, definitions) ::= <<
$fileHeader(ctx=ctx, file=[ctx.filename, "main.cxx"], description=["This file acts as a main entry point to the application."])$

#include <csignal>
#include <functional>
#include <iostream>
#include <stdexcept>
#include <thread>
Expand Down

0 comments on commit 6040b4e

Please sign in to comment.