$$
\begin{array}
\\ & & W & H & I & T & E
\\ +) & & W & A & T & E & R
\\ \hline & P & I & C & N & I & C
\end{array}
$$
All $10$ digits are represented, so let's figure out where $0$ is first. Obviously, $W$ and $P$ are out and none of $T,E,R,I,H,A$ can be $0.$ So there are two cases.
First, let $C = 0.$ Then $E+R=10$ and $T+E+1 = I$ or $10+I.$ If the former, then $I\geq 1+2+3=6$ and thus $W\geq 8.$ If $I=6,$ then it forces $W=8$ but that contradicts the carryover from $C = 0.$ If $I=7,$ then $W=8.$ Now we have $T,E = \{2,4\}$ and $E,R = \{4,6\}$ due to $1,8,7$ having already been chosen. Therefore, $E=4, T=2,R=6$ and $N = I+T = 7+2=9.$ The only remaining digits are $3$ and $5$ and that won't satisfy $5+3 = 10.$
Moving on, if $I=8,$ then $W = 9$ but that again contradicts the carryover from the preceding $C = 0.$ $I=9$ is impossible as that would force $W = I= 9.$ Therefore $C\neq 0.$
The only other case is $N = 0$ and note that $W\neq 5$ for otherwise it implies $P=I=1.$ If $W=9,$ then $I=8$ and since $N=0,$ this means $T=2.$ If $T=2$, $E = I-T = 6.$ The remaining digits are $\{3,4,5,7\} = \{R,C,H,A\}.$ But $6+R = C$ implies $R=7$ which contradicts $T+E=2+6=8$ that did not have carryover.
Assume, $W=8$ and so $I\in\{6,7\}.$ If $I=6,$ then there was no carryover there and $H+A+1=C$, due to carrover from $N=0.$ Since $C\leq 1+2+3 = 6$ and $6,8$ are already taken, we have either $C = 9$ or $C = 7.$ If former, then $E+R = C=9$ with no carryover and that implies $T+E = I = 6.$ If not, then $T+E = 16$ but $C = 9$ is already taken. This implies $T=4\implies E=2\implies R=7.$ This leaves $H,A = \{5,3\}$, but that satisfies $H+A+1 = 9.$ Therefore one solution seems to be:
$$
\begin{array}
\\ & & 8 & 5 & 6 & 4 & 2
\\ +) & & 8 & 3 & 4 & 2 & 7
\\ \hline & 1 & 6 & 9 & 0 & 6 & 9
\end{array}
$$.
You can exchange $H,A$ to get another but PICNIC stays the same. Honestly, the remaining cases can be checked similarly to exhaust all cases, which are $I=6$ and $C=7$ remaining from $W=8.$ Then there are two cases $W = 6,7$, having ruled out $W = 5,8,9$ just now.