Skip to content

Commit 0a066ac

Browse files
committed
fix compile error:UniqueIdChecker.cpp:156:104:'sort' was not declared in this scope, OS Ubuntu 16.04,Compiler gcc 5.4.0
use 'sort' function defined in <algorithm>,but not include the header.
1 parent bbcb60f commit 0a066ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erpcgen/src/UniqueIdChecker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "Symbol.h"
1616
#include "annotations.h"
1717

18+
#include <algorithm>
1819
#include <cstdio>
1920
#include <sstream>
2021

0 commit comments

Comments
 (0)