Loading header.php on specific page

Okay. I got it working. I just had to create a copy of the header.php in my child theme, rename it and add if(is_page(XXXX)) { get_header('header-name'); } else { get_header(); } after the initial <?php in the page.php of my child theme.