internal/deprecations: Include macro_helpers.h for __NL__

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1053/head
Gergely Nagy 3 years ago
parent faee52553f
commit 90f9aec8ab
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -16,6 +16,8 @@
#pragma once
#include "kaleidoscope/macro_helpers.h"
#define DEPRECATED(tag) \
__attribute__((deprecated(_DEPRECATE(_DEPRECATED_MESSAGE_ ## tag))))

Loading…
Cancel
Save