Skip to content

Commit

Permalink
fix some includes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaKeks committed Jul 6, 2024
1 parent 453560e commit a728ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kz/global/kz_global.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#pragma once

#include <atomic>
#include <functional>
#include <optional>
#include <string>

#include "../kz.h"
#include "kz/kz.h"
#include "common.h"
#include "error.h"
#include "players.h"
Expand Down

0 comments on commit a728ba4

Please sign in to comment.