diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-12-15 11:05:31 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-09 17:22:54 +0100 |
commit | 55ab1f564286c6f3e986bf68ebb271132a749c6f (patch) | |
tree | bf6b35923b3a2e85cb061c78ea929ff58933c720 /src/tasks.h | |
parent | de26eed5157a1b5efc2a72668b4f4a22638f2774 (diff) |
Add clang support.
Diffstat (limited to 'src/tasks.h')
-rw-r--r-- | src/tasks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tasks.h b/src/tasks.h index c547432..403a954 100644 --- a/src/tasks.h +++ b/src/tasks.h @@ -10,8 +10,8 @@ #include "task.h" -class BuildConfiguration; -class Settings; +struct BuildConfiguration; +struct Settings; struct Target { |