Преглед изворни кода

fixed include of common in bit_field.h

bunnei пре 12 година
родитељ
комит
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