Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
50e45209
Commit
50e45209
authored
Jun 26, 2019
by
Nikola Hardi
Browse files
Add cling ifdef for TJAlienDNSReoslver
parent
c7a31a11
Pipeline
#942213
failed with stage
in 1 minute and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
inc/TJAlienDNSResolver.h
View file @
50e45209
...
...
@@ -8,10 +8,14 @@
#include
<random>
#include
<cstring>
#if !defined(__CINT__) && !defined(__MAKECINT__) && !defined(__ROOTCLING__) && !defined(__CLING__)
#include
<sys/types.h>
#include
<sys/socket.h>
#include
<netdb.h>
#include
<arpa/inet.h>
#else
struct
addrinfo
;
#endif
using
std
::
string
;
using
std
::
vector
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment