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

fixed include of common in bit_field.h

bunnei 12 лет назад
Родитель
Сommit
a713bd1bad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/common/bit_field.h

+ 1 - 1
src/common/bit_field.h

@@ -36,7 +36,7 @@
 #include <limits>
 #include <type_traits>
 
-#include "Common.h"
+#include "common/common.h"
 
 /*
  * Abstract bitfield class