fix compilation issue due to wrong include path for srsran_assert.h file

master
Francisco Paisana 3 years ago
parent 664bc626bf
commit 55d83a1279

@ -15,7 +15,7 @@
#include "optional.h" #include "optional.h"
#include "span.h" #include "span.h"
#include "srsran/common/srsran_assert.h" #include "srsran/support/srsran_assert.h"
#include <array> #include <array>
namespace srsran { namespace srsran {

Loading…
Cancel
Save