wangzhengquan
2020-07-08 3710ce88088c00599c5b108456f6dde9a4d981bc
squeue/include/shm_queue.h
@@ -1,7 +1,7 @@
#ifndef __SHM_QUEUE_H__
#define __SHM_QUEUE_H__
#include <usg_common.h>
#include "usg_common.h"
#include "mm.h"
#include "hashtable.h"
#include "lock_free_queue.h"
@@ -181,4 +181,6 @@
     return queue->operator[](i);
}
#endif // _LOCK_FREE_QUEUE_H__
#endif