Skip to content

Commit 2dff038

Browse files
committed
Fixed incorrect include
1 parent dfda90a commit 2dff038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cache_storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#ifndef CPPCMS_NO_PREFOK_CACHE
2323
# include "posix_util.h"
24-
# include "shmem_allocator2.h"
24+
# include "shmem_allocator.h"
2525
#endif
2626

2727
#include <map>

0 commit comments

Comments
 (0)