shader: Fix bugs and build issues on GCC

This commit is contained in:
Rodrigo Locatti 2021-04-23 02:38:02 -03:00 committed by ameerj
parent 7a1f296cda
commit 2dc86372c7
3 changed files with 4 additions and 4 deletions

View file

@ -4,10 +4,10 @@
#pragma once
#include <span>
#include <string>
#include <string_view>
#include <unordered_map>
#include <span>
#include <vector>
#include "common/common_types.h"