CL/cl.h: No such file or directory

#include <stdio.h>
#include <CL/cl.h>

int main() {
    // Your code here

    return 0;
}