mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Fix Broxygen-related compile errors.
This commit is contained in:
parent
25e28c04f0
commit
9163935aba
5 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <fstream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <errno.h>
|
||||
|
||||
using namespace broxygen;
|
||||
using namespace std;
|
||||
|
|
|
@ -167,8 +167,7 @@ IdentifierInfo* Manager::CreateIdentifierInfo(ID* id, ScriptInfo* script)
|
|||
rval->AddComments(comment_buffer);
|
||||
comment_buffer.clear();
|
||||
|
||||
comment_buffer_map_t::const_iterator it =
|
||||
comment_buffer_map.find(id->Name());
|
||||
comment_buffer_map_t::iterator it = comment_buffer_map.find(id->Name());
|
||||
|
||||
if ( it != comment_buffer_map.end() )
|
||||
{
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <map>
|
||||
#include <ctime>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
namespace broxygen {
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "Reporter.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <errno.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace broxygen;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "Reporter.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
using namespace broxygen;
|
||||
using namespace std;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue