Skip to content

Commit

Permalink
Missed optional include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 21, 2024
1 parent 80f9e8c commit e54bb1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu-22.04-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

name: Ubuntu-22.04 package

# on: [push]
on: [push]

on:
release:
types: [created]
# on:
# release:
# types: [created]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions client_server/websocket_server.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <memory>
#include <string>
#include <queue>
#include <optional>
#include <unordered_map>

class websocket_server {
Expand Down

0 comments on commit e54bb1a

Please sign in to comment.