Просмотр исходного кода

Add missed header. (#1464)

It fix failed build for me.
mirmik 3 лет назад
Родитель
Сommit
04cfcc1dc2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      common/error.h

+ 1 - 0
common/error.h

@@ -6,6 +6,7 @@
 #define CARBON_COMMON_ERROR_H_
 #define CARBON_COMMON_ERROR_H_
 
 
 #include <string>
 #include <string>
+#include <variant>
 
 
 #include "common/check.h"
 #include "common/check.h"
 #include "common/ostream.h"
 #include "common/ostream.h"