Add missing include
All checks were successful
continuous-integration/drone/push Build is passing

No one was noticing because everyone using OwnedStringView included Result.h before it
This commit is contained in:
apio 2022-12-16 20:27:44 +01:00
parent 4a6c59d519
commit 345e13965e
Signed by: asleepymoon
GPG Key ID: B8A7D06E42258954

View File

@ -1,4 +1,5 @@
#pragma once #pragma once
#include <luna/Result.h>
class OwnedStringView class OwnedStringView
{ {