util/simple_mtx: add a missing include to get ASSERTED

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2929>
This commit is contained in:
Marek Olšák 2019-11-29 21:02:39 -05:00
parent 6a0dda63dd
commit f36f85d958

View file

@ -25,6 +25,7 @@
#define _SIMPLE_MTX_H
#include "util/futex.h"
#include "util/macros.h"
#include "c11/threads.h"