diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 16:15:27 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 16:15:27 +0100 |
| commit | ccacaf0582bcea4a71ec8247ade0fd75e4ca99bf (patch) | |
| tree | ded2c1096149fee09faa9707aef55fc2af4319f9 /include/administration.hpp | |
| parent | 210404a73706993d197c1290d5a411394e176fbe (diff) | |
refactor library includes, build file
Diffstat (limited to 'include/administration.hpp')
| -rw-r--r-- | include/administration.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/administration.hpp b/include/administration.hpp index 2179301..2d6d621 100644 --- a/include/administration.hpp +++ b/include/administration.hpp @@ -16,8 +16,9 @@ #pragma once +#include <simclist-1.5/simclist.h> + #include "config.hpp" -#include "simclist.h" #define MAX_LEN_SEQ_NUM 16 #define MAX_LEN_ID 16 |
