fix failing compilation due to rebase

This commit is contained in:
Francisco 2021-11-05 15:33:31 +00:00 committed by Francisco Paisana
parent a137835d07
commit a34a1f3f6b
1 changed files with 1 additions and 1 deletions

View File

@ -13,9 +13,9 @@
#ifndef SRSRAN_SCHED_NR_SIGNALLING_H
#define SRSRAN_SCHED_NR_SIGNALLING_H
#include "../sched_common.h"
#include "sched_nr_cfg.h"
#include "sched_nr_interface.h"
#include "srsenb/hdr/stack/mac/sched_common.h"
namespace srsenb {
namespace sched_nr_impl {