Ver código fonte

fixed include of common in bit_field.h

bunnei 12 anos atrás
pai
commit
a713bd1bad
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/common/bit_field.h

+ 1 - 1
src/common/bit_field.h

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